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 344bf3d commit eaccab9Copy full SHA for eaccab9
tests/lora/test_lora_layers_sana.py
@@ -31,8 +31,8 @@
31
@require_peft_backend
32
class SanaLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
33
pipeline_class = SanaPipeline
34
- scheduler_cls = FlowMatchEulerDiscreteScheduler(shift=7.0)
35
- scheduler_kwargs = {}
+ scheduler_cls = FlowMatchEulerDiscreteScheduler
+ scheduler_kwargs = {"shift": 7.0}
36
transformer_kwargs = {
37
"patch_size": 1,
38
"in_channels": 4,
0 commit comments