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 21d8a8d commit 6da67f2Copy full SHA for 6da67f2
tests/lora/test_lora_layers_z_image.py
@@ -244,13 +244,11 @@ def test_lora_fuse_nan(self):
244
def test_lora_scale_kwargs_match_fusion(self):
245
super().test_lora_scale_kwargs_match_fusion(5e-2, 5e-2)
246
247
- unittest.skip("Needs to be debugged.")
248
-
+ @unittest.skip("Needs to be debugged.")
249
def test_set_adapters_match_attention_kwargs(self):
250
super().test_set_adapters_match_attention_kwargs()
251
252
253
254
def test_simple_inference_with_text_denoiser_lora_and_scale(self):
255
super().test_simple_inference_with_text_denoiser_lora_and_scale()
256
0 commit comments