Skip to content

Commit f8f0384

Browse files
Add examples for cascade inpaint and canny.
1 parent 803980e commit f8f0384

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

stable_cascade/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,17 @@ See this next workflow for how to mix multiple images together:
3131

3232
You can find the input image for the above workflows on the [unCLIP example page](../unclip)
3333

34+
35+
## ControlNet
36+
37+
You can download the stable cascade controlnets from: [here](https://huggingface.co/stabilityai/stable-cascade/tree/main/controlnet). For these examples I have renamed the files by adding stable_cascade_ in front of the filename for example: [stable_cascade_canny.safetensors](https://huggingface.co/stabilityai/stable-cascade/blob/main/controlnet/canny.safetensors), [stable_cascade_inpainting.safetensors](https://huggingface.co/stabilityai/stable-cascade/blob/main/controlnet/inpainting.safetensors)
38+
39+
Here is an example for how to use the Canny Controlnet:
40+
41+
![Example](stable_cascade__canny_controlnet.png)
42+
43+
44+
Here is an example for how to use the Inpaint Controlnet, the example input image can be found [here](../inpaint/yosemite_inpaint_example.png). A reminder that you can right click images in the LoadImage node and edit them with the mask editor.
45+
46+
![Example](stable_cascade__inpaint_controlnet.png)
47+
Loading
Loading

0 commit comments

Comments
 (0)