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 bc55b63 commit f5729daCopy full SHA for f5729da
tests/lora/test_lora_layers_wanvace.py
@@ -46,6 +46,7 @@
46
47
@require_peft_backend
48
@skip_mps
49
+@is_flaky
50
class WanVACELoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
51
pipeline_class = WanVACEPipeline
52
scheduler_cls = FlowMatchEulerDiscreteScheduler
@@ -217,6 +218,5 @@ def test_lora_exclude_modules_wanvace(self):
217
218
"Lora outputs should match.",
219
)
220
- @is_flaky
221
def test_simple_inference_with_text_denoiser_lora_and_scale(self):
222
super().test_simple_inference_with_text_denoiser_lora_and_scale()
0 commit comments