Skip to content

Commit fdec8bd

Browse files
authored
Change image_gen_aux repository URL (#10048)
change image_gen_aux repo url
1 parent 069186f commit fdec8bd

File tree

1 file changed

+1
-1
lines changed
  • docs/source/en/api/pipelines

1 file changed

+1
-1
lines changed

docs/source/en/api/pipelines/flux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ image.save("output.png")
148148
**Note:** `black-forest-labs/Flux.1-Depth-dev` is _not_ a ControlNet model. [`ControlNetModel`] models are a separate component from the UNet/Transformer whose residuals are added to the actual underlying model. Depth Control is an alternate architecture that achieves effectively the same results as a ControlNet model would, by using channel-wise concatenation with input control condition and ensuring the transformer learns structure control by following the condition as closely as possible.
149149

150150
```python
151-
# !pip install git+https://github.com/asomoza/image_gen_aux.git
151+
# !pip install git+https://github.com/huggingface/image_gen_aux
152152
import torch
153153
from diffusers import FluxControlPipeline, FluxTransformer2DModel
154154
from diffusers.utils import load_image

0 commit comments

Comments
 (0)