We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deda90a commit 5c473acCopy full SHA for 5c473ac
src/diffusers/pipelines/flux/pipeline_flux_controlnet.py
@@ -63,7 +63,7 @@
63
>>> from diffusers import FluxControlNetPipeline
64
>>> from diffusers import FluxControlNetModel
65
66
- >>> base_model = 'black-forest-labs/FLUX.1-dev'
+ >>> base_model = "black-forest-labs/FLUX.1-dev"
67
>>> controlnet_model = "InstantX/FLUX.1-dev-controlnet-canny"
68
>>> controlnet = FluxControlNetModel.from_pretrained(controlnet_model, torch_dtype=torch.bfloat16)
69
>>> pipe = FluxControlNetPipeline.from_pretrained(
0 commit comments