We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71574e9 commit f219198Copy full SHA for f219198
tests/lora/test_lora_layers_sana.py
@@ -35,7 +35,7 @@
35
36
37
@require_peft_backend
38
-class FluxLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
+class SanaLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
39
pipeline_class = SanaPipeline
40
scheduler_cls = FlowMatchEulerDiscreteScheduler(shift=7.0)
41
scheduler_kwargs = {}
0 commit comments