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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user