Skip to content

Commit cb9b331

Browse files
authored
Update test_controlnet_lora_flux.py
1 parent 2130d01 commit cb9b331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ControlNet_version/test_controlnet_lora_flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Build pipeline
2121
controlnet = FluxControlNetModel.from_pretrained("alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta", torch_dtype=torch.bfloat16)
2222
transformer = FluxTransformer2DModel.from_pretrained(
23-
"black-forest-labs/FLUX.1-deb", subfolder='transformer', torch_dtype=torch.bfloat16
23+
"black-forest-labs/FLUX.1-dev", subfolder='transformer', torch_dtype=torch.bfloat16
2424
)
2525
pipe = FluxControlNetInpaintingPipeline.from_pretrained(
2626
"black-forest-labs/FLUX.1-dev",

0 commit comments

Comments
 (0)