Skip to content

Commit

Permalink
Add examples for cascade inpaint and canny.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Mar 7, 2024
1 parent 803980e commit f8f0384
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stable_cascade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ See this next workflow for how to mix multiple images together:

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


## ControlNet

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)

Here is an example for how to use the Canny Controlnet:

![Example](stable_cascade__canny_controlnet.png)


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.

![Example](stable_cascade__inpaint_controlnet.png)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8f0384

Please sign in to comment.