Views
No views yet

⚡ Ultra-Fast Generation
|
🎯 Flexible Options
|
💾 Memory Efficient
|
🔧 Easy Integration
|
🖼️ Image-to-Video (I2V)Transform still images into dynamic videos
|
📝 Text-to-Video (T2V)Generate videos from text descriptions
|
| Precision | Model Identifier | Model Size | Framework | Quality vs Speed |
|---|---|---|---|---|
| 🏆 BF16 | lightx2v_4step | ~28-32 GB | LightX2V | ⭐⭐⭐⭐⭐ Highest quality |
| ⚡ FP8 | scaled_fp8_e4m3_lightx2v_4step | ~15-17 GB | LightX2V | ⭐⭐⭐⭐ Excellent balance |
| 🎯 INT8 | int8_lightx2v_4step | ~15-17 GB | LightX2V | ⭐⭐⭐⭐ Fast & efficient |
| 🔷 FP8 ComfyUI | scaled_fp8_e4m3_lightx2v_4step_comfyui | ~15-17 GB | ComfyUI | ⭐⭐⭐ ComfyUI ready |
1# Pattern: wan2.1_{task}_{resolution}_{precision}.safetensors
2
3# Examples:
4wan2.1_i2v_720p_lightx2v_4step.safetensors # 720P I2V - BF16
5wan2.1_i2v_720p_scaled_fp8_e4m3_lightx2v_4step.safetensors # 720P I2V - FP8
6wan2.1_i2v_480p_int8_lightx2v_4step.safetensors # 480P I2V - INT8
7wan2.1_t2v_14b_scaled_fp8_e4m3_lightx2v_4step_comfyui.safetensors # T2V - FP8 ComfyUI💡 Explore all models: Browse Full Model Collection →
1huggingface-cli download lightx2v/Wan2.1-Distill-Models \
2 --local-dir ./models/wan2.1_i2v_720p \
3 --include "wan2.1_i2v_720p_scaled_fp8_e4m3_lightx2v_4step.safetensors"1git clone https://github.com/ModelTC/LightX2V.git
2cd LightX2Vpip install -r requirements.txtcd scripts
bash wan/run_wan_i2v_distill_4step_cfg.sh