MysteryGuitarMan commited on
Commit
8799257
1 Parent(s): a27f73c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -11,13 +11,26 @@ tags:
11
  <!-- Description -->
12
 
13
  ### Canny Edge
14
- <!-- Description -->
 
 
 
15
 
16
  ### MiDaS and ClipDrop Depth
17
- <!-- Description -->
18
 
19
  ### Photograph and Sketch Colorizer
20
- <!-- Description -->
 
 
 
 
 
21
 
22
  ### Revision
23
- <!-- Description -->
 
 
 
 
 
 
11
  <!-- Description -->
12
 
13
  ### Canny Edge
14
+ ![canny](thumbnails/stability-clora-canny-thumbnail.jpeg)
15
+ Canny Edge Detection is an image processing technique that identifies abrupt changes in intensity to highlight edges in an image.
16
+
17
+ This Control-LoRA uses the edges from an image to guide the generation.
18
 
19
  ### MiDaS and ClipDrop Depth
20
+ ![depth](thumbnails/stability-clora-depth-thumbnail.jpeg)
21
 
22
  ### Photograph and Sketch Colorizer
23
+ ![photograph colorizer](thumbnails/stability-clora-colorize_photo-thumbnail.jpeg) ![sketch colorizer](thumbnails/stability-clora-colorize_sketch-thumbnail.jpeg)
24
+ These two Control-LoRAs can be used to colorize images.
25
+
26
+ The first is designed to colorize black and white photographs.
27
+
28
+ The second is designed to color in sketches input as a white-on-black image (either hand-drawn, or created with a `SoftEdge_PIDI` model).
29
 
30
  ### Revision
31
+ ![revision](thumbnails/stability-clora-revision-thumbnail.jpeg)
32
+ Revision is a novel approach of using images to prompt SDXL.
33
+
34
+ It uses pooled CLIP embeddings to produce images conceptually similar to the input. It can be used either in addition, or to replace text prompts.
35
+
36
+ Revision also includes a blending function for combining multiple image or text concepts, as either positive or negative prompts.