Skip to content

Commit cbad4b3

Browse files
committed
nis
1 parent d1715d3 commit cbad4b3

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
@@ -628,7 +628,7 @@ def test_lora(self, lora_ckpt_id):
628628
control_image=control_image,
629629
height=1024,
630630
width=1024,
631-
num_inference_steps=50,
631+
num_inference_steps=self.num_inference_steps,
632632
guidance_scale=30.0 if "Canny" in lora_ckpt_id else 10.0,
633633
output_type="np",
634634
generator=torch.manual_seed(self.seed),

0 commit comments

Comments
 (0)