Skip to content
Closed
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 @@ -81,7 +81,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
Loading