Views
No views yet
Hardware requirement: RTX 5090 (sm100+). NVFP4 is a Blackwell-native format and is not supported on older GPUs. See FastWan-QAD-1.3B-SA2 for an alternative using SageAttention2++ or FastWan-QAD-FP8-1.3B for RTX 4090 support.
| Model | Hardware | Generation Time (5s 480p) |
|---|---|---|
| FastWan-QAD-1.3B | RTX 5090 | 1.78s |
| FastWan-QAD-1.3B-SA2 | RTX 5090 | ~2.0s |
| FastWan-QAD-FP8-1.3B | RTX 4090 | ~3.4s |
| TurboDiffusion | RTX 5090 | 6.10s |
| LightX2V | RTX 5090 | 6.91s |
1docker run --gpus all --ipc=host --rm -it ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev:py3.12-sha-f889e6b bash
2
3# should drop you in /FastVideo with venv already activated
4git fetch && git checkout main
5# build fastvideo-kernel
6cd fastvideo-kernels/ && ./build.sh && cd ..
7git clone https://github.com/madebyollin/taehv
8uv pip install ./taehv
9
10# run generation:
11FASTVIDEO_DISABLE_ATTENTION_COMPILE=0 FASTVIDEO_ATTENTION_BACKEND=ATTN_QAT_INFER python examples/inference/optimizations/FastWan_QAD_TAEHV.py --model FastVideo/FastWan-QAD-1.3B --distilled_model "" --taehv_checkpoint taehv/taew2_1.pth@article{Zhang2026AttnQAT,
title={Attn-QAT: 4-Bit Attention With Quantization-Aware Training},
author={Zhang, Peiyuan and Noto, Matthew and Tan, Wenxuan and Jiang, Chengquan and Lin, Will and Zhou, Wei and Zhang, Hao},
journal={arXiv preprint arXiv:2603.00040},
year={2026}
}