MysteryGuitarMan
commited on
Commit
•
062ce85
1
Parent(s):
3f00b23
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ For each model below, you'll find:
|
|
16 |
- *Rank 128* files (reducing to model down to `~377MB`)
|
17 |
|
18 |
Each Control-LoRA has been trained on a diverse range of image concepts and aspect ratios.
|
|
|
19 |
### MiDaS and ClipDrop Depth
|
20 |
![canny](samples/depth-sample.jpeg)
|
21 |
|
@@ -39,10 +40,6 @@ These two Control-LoRAs can be used to colorize images.
|
|
39 |
|
40 |
*Sketch* is designed to color in drawings input as a white-on-black image (either hand-drawn, or created with a `pidi` edge model).
|
41 |
|
42 |
-
**ComfyUI example workflow:** ![comfyui recolor](samples/comfyui-recolor-example.jpeg)
|
43 |
-
|
44 |
-
**StableSwarmUI example:** ![swarmui recolor](samples/swarmui-recolor-example.jpeg)
|
45 |
-
|
46 |
### Revision
|
47 |
![revision](thumbnails/stability-clora-revision-thumbnail.jpeg)
|
48 |
Revision is a novel approach of using images to prompt SDXL.
|
@@ -51,3 +48,13 @@ It uses pooled CLIP embeddings to produce images conceptually similar to the inp
|
|
51 |
|
52 |
Revision also includes a blending function for combining multiple image or text concepts, as either positive or negative prompts.
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- *Rank 128* files (reducing to model down to `~377MB`)
|
17 |
|
18 |
Each Control-LoRA has been trained on a diverse range of image concepts and aspect ratios.
|
19 |
+
|
20 |
### MiDaS and ClipDrop Depth
|
21 |
![canny](samples/depth-sample.jpeg)
|
22 |
|
|
|
40 |
|
41 |
*Sketch* is designed to color in drawings input as a white-on-black image (either hand-drawn, or created with a `pidi` edge model).
|
42 |
|
|
|
|
|
|
|
|
|
43 |
### Revision
|
44 |
![revision](thumbnails/stability-clora-revision-thumbnail.jpeg)
|
45 |
Revision is a novel approach of using images to prompt SDXL.
|
|
|
48 |
|
49 |
Revision also includes a blending function for combining multiple image or text concepts, as either positive or negative prompts.
|
50 |
|
51 |
+
|
52 |
+
## Inference
|
53 |
+
|
54 |
+
Control-LoRAs have been implemented into [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and [StableSwarmUI](https://github.com/Stability-AI/StableSwarmUI)
|
55 |
+
|
56 |
+
Basic ComfyUI workflows (using the base model only) are available in this repo.
|
57 |
+
|
58 |
+
**ComfyUI example Recolor workflow:** ![comfyui recolor](samples/comfyui-recolor-example.jpeg)
|
59 |
+
|
60 |
+
**StableSwarmUI Canny example:** ![swarmui recolor](samples/swarmui-canny-example.jpeg)
|