Skip to content

Commit

Permalink
Add SD3 controlnet example (#28)
Browse files Browse the repository at this point in the history
* sd3 controlnet example

* Workflow fix.

---------

Co-authored-by: comfyanonymous <[email protected]>
  • Loading branch information
mcmonkey4eva and comfyanonymous authored Jul 13, 2024
1 parent aeb4abb commit 20dc381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sd3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Here is a basic example how to use it:

As a reminder you can save these image files and drag or load them into ComfyUI to get the workflow.


SD3 performs very well with the negative conditioning zeroed out like in the following example:

![Example](sd3_anime_example.png)

SD3 Controlnets by [InstantX](https://huggingface.co/InstantX) are also supported. Download the canny controlnet model [here](https://huggingface.co/InstantX/SD3-Controlnet-Canny/blob/main/diffusion_pytorch_model.safetensors), and put it in your ComfyUI/models/controlnet directory. Be sure to rename it to something clear like sd3_controlnet_canny.safetensors.

Here is an example of how to use it:
![Example](sd3_controlnet_example.png)
Binary file added sd3/sd3_controlnet_example.png
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 20dc381

Please sign in to comment.