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

[Docs] Fix controlnet indent (#6578)

This commit is contained in:
Patrick von Platen
2024-01-15 18:12:55 +02:00
committed by GitHub
parent f825221b5d
commit 357855f8fc

View File

@@ -429,7 +429,7 @@ image = pipe(
make_image_grid([original_image, canny_image, image], rows=1, cols=3)
```
### MultiControlNet
## MultiControlNet
<Tip>