Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
WAN21_LPIPS_GUIDANCE_SCALE = 5.0
WAN21_LPIPS_SEED = 42
WAN_LPIPS_FRAME_RATE = 16.0
WAN_LPIPS_THRESHOLD = 0.05
# Loose bound: at 1 inference step, LPIPS-vs-golden is dominated by kernel-numerics
# variance across hardware/attention backends (~0.096 on B200 vs H100 golden). See nvbugs/6410336.
WAN_LPIPS_THRESHOLD = 0.10

WAN22_LPIPS_PROMPT = "A cat sitting on a sunny windowsill watching birds outside."
WAN22_LPIPS_NEGATIVE_PROMPT = ""
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_lists/waives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ examples/test_whisper.py::test_whisper_beam_search_generation_logits[large-v3-nb
examples/test_whisper.py::test_whisper_log_probs_determinism[large-v3-bs:4-nb:4] SKIP (TRTLLM-13781: legacy TensorRT examples removed; tests to be removed in follow-up PR3)
examples/visual_gen/test_visual_gen.py::test_cosmos3_nano_t2v_lpips_against_golden SKIP (https://nvbugs/6410082)
examples/visual_gen/test_visual_gen.py::test_ltx2_lpips_against_golden SKIP (https://nvbugs/6410332)
examples/visual_gen/test_visual_gen.py::test_wan21_t2v_lpips_against_golden SKIP (https://nvbugs/6410336)
examples/visual_gen/test_visual_gen.py::test_wan22_t2v_lpips_against_golden SKIP (https://nvbugs/6401921)
examples/visual_gen/test_visual_gen_multi_gpu.py::test_wan22_t2v_lpips_against_golden_multi_gpu[attn2d_2x2] SKIP (https://nvbugs/6272644)
examples/visual_gen/test_visual_gen_multi_gpu.py::test_wan22_t2v_lpips_against_golden_multi_gpu[cfg2_ulysses2] SKIP (https://nvbugs/6272644)
Expand Down
Loading