Views
No views yet
An extremely efficient Wan 2.2 14B variant: NVFP4 Quantization-Aware Step Distillation with Sparse Attention for Blackwell Architecture
1# 1. Pull LightX2V Docker image
2docker pull lightx2v/lightx2v:26052801-cu130-5090
3
4# 2. Run inference
5bash scripts/wan22/distill/run_wan22_moe_t2v_extreme.sh1# 1. Install LightX2V
2git clone https://github.com/ModelTC/LightX2V.git
3cd LightX2V
4uv pip install -v .
5
6# 2. Install NVFP4 Kernel
7pip install scikit_build_core uv
8git clone https://github.com/NVIDIA/cutlass.git
9cd lightx2v_kernel
10
11MAX_JOBS=$(nproc) CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
12uv build --wheel \
13 -Cbuild-dir=build . \
14 -Ccmake.define.CUTLASS_PATH=/path/to/cutlass \
15 --verbose --color=always --no-build-isolation
16
17pip install dist/*whl --force-reinstall --no-deps
18
19# 3. Run inference
20bash scripts/wan22/distill/run_wan22_moe_t2v_extreme.sh| Resolution | Wan2.2-T2V-14B | Wan2.2-NVFP4-Sparse |
|---|---|---|
| 480p | ||
| 720p |
| Resolution | Wan2.2-T2V-14B | Wan2.2-NVFP4-Sparse | Speedup |
|---|---|---|---|
| 480p | 734s | 14.15s | 51.9x |
| 720p | 2668s | 45s | 59.3x |
lightx2v/lightx2v:26052801-cu130-5090.