Skip to content

Commit 4509f34

Browse files
committed
minor
1 parent c541d74 commit 4509f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def test_lora_unload_with_parameter_expanded_shapes(self):
446446
f"Expected {num_channels_without_control} channels in the modified transformer but has {transformer.config.in_channels=}",
447447
)
448448

449-
# This should be initialize with a Flux pipeline variant that doesn't accept `control_image`.
449+
# This should be initialized with a Flux pipeline variant that doesn't accept `control_image`.
450450
components["transformer"] = transformer
451451
pipe = FluxPipeline(**components)
452452
pipe = pipe.to(torch_device)

0 commit comments

Comments
 (0)