Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick von Platen
7cd5abbcce [Docs] Fix controlnet indent 2024-01-15 15:53:22 +02:00

View File

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