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 c541d74 commit 4509f34Copy full SHA for 4509f34
tests/lora/test_lora_layers_flux.py
@@ -446,7 +446,7 @@ def test_lora_unload_with_parameter_expanded_shapes(self):
446
f"Expected {num_channels_without_control} channels in the modified transformer but has {transformer.config.in_channels=}",
447
)
448
449
- # This should be initialize with a Flux pipeline variant that doesn't accept `control_image`.
+ # This should be initialized with a Flux pipeline variant that doesn't accept `control_image`.
450
components["transformer"] = transformer
451
pipe = FluxPipeline(**components)
452
pipe = pipe.to(torch_device)
0 commit comments