Skip to content

Commit 7c533ae

Browse files
committed
fix test
1 parent 76e119a commit 7c533ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/test_dreambooth_lora_flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_dreambooth_lora_layers(self):
151151
--cache_latents
152152
--learning_rate 5.0e-04
153153
--scale_lr
154-
--lora_layers {transformer_layer_type}
154+
--lora_layers {self.transformer_layer_type}
155155
--lr_scheduler constant
156156
--lr_warmup_steps 0
157157
--output_dir {tmpdir}

0 commit comments

Comments
 (0)