Skip to content

Commit ab07b60

Browse files
committed
another fix.
1 parent 7601432 commit ab07b60

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/lora/test_lora_layers_wanvace.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
from ..testing_utils import (
3030
floats_tensor,
31-
is_flaky,
3231
require_peft_backend,
3332
require_peft_version_greater,
3433
skip_mps,
@@ -46,7 +45,6 @@
4645

4746
@require_peft_backend
4847
@skip_mps
49-
@is_flaky(max_attempts=10, description="very flaky class")
5048
class WanVACELoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
5149
pipeline_class = WanVACEPipeline
5250
scheduler_cls = FlowMatchEulerDiscreteScheduler
@@ -73,8 +71,8 @@ class WanVACELoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
7371
"base_dim": 3,
7472
"z_dim": 4,
7573
"dim_mult": [1, 1, 1, 1],
76-
"latents_mean": torch.randn(4).numpy().tolist(),
77-
"latents_std": torch.randn(4).numpy().tolist(),
74+
"latents_mean": [-0.7571, -0.7089, -0.9113, -0.7245],
75+
"latents_std": [2.8184, 1.4541, 2.3275, 2.6558],
7876
"num_res_blocks": 1,
7977
"temperal_downsample": [False, True, True],
8078
}

0 commit comments

Comments
 (0)