1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update docs/source/en/modular_diffusers/quickstart.md

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
YiYi Xu
2026-01-26 08:26:40 -10:00
committed by GitHub
parent 8483c06993
commit b6d05bb69c

View File

@@ -160,7 +160,7 @@ class CannyBlock
Canny map for input image
```
The canny block takes an `image` as input and outputs a `control_image` - exactly what we need for ControlNet. Now get the controlnet workflow and check its inputs.
Use `get_workflow` to extract the ControlNet workflow.
```py
# Get the controlnet workflow