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 813d42c commit 3fe3bc0Copy full SHA for 3fe3bc0
src/diffusers/pipelines/flux/pipeline_flux_controlnet.py
@@ -63,6 +63,7 @@
63
>>> from diffusers import FluxControlNetPipeline
64
>>> from diffusers import FluxControlNetModel
65
66
+ >>> 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