# Optional speed-up: SageAttention replaces PyTorch attention in the Wan blocks
# (video latents are long sequences, so this is a large share of each step).
# Needs a Triton build for Windows. If either fails to install or import,
# pipeline.attention_flag() falls back to plain attention and everything still
# runs -- just slower. Install AFTER requirements.txt, on its own.
triton-windows==3.8.0.post28
sageattention==1.0.6
