Views
No views yet

⚡ Ultra-Fast Generation
|
🎯 Flexible Options
|
💾 Memory Efficient
|
🔧 Easy Integration
|
🖼️ Image-to-Video (I2V) - 14B ParametersTransform static images into dynamic videos with advanced quality control
|
📝 Text-to-Video (T2V) - 14B ParametersGenerate videos from text descriptions
|
| Precision | Model Identifier | Model Size | Framework | Quality vs Speed |
|---|---|---|---|---|
| 🏆 BF16 | lightx2v_4step | ~28.6 GB | LightX2V | ⭐⭐⭐⭐⭐ Highest Quality |
| ⚡ FP8 | scaled_fp8_e4m3_lightx2v_4step | ~15 GB | LightX2V | ⭐⭐⭐⭐ Excellent Balance |
| 🎯 INT8 | int8_lightx2v_4step | ~15 GB | LightX2V | ⭐⭐⭐⭐ Fast & Efficient |
| 🔷 FP8 ComfyUI | scaled_fp8_e4m3_lightx2v_4step_comfyui | ~15 GB | ComfyUI | ⭐⭐⭐ ComfyUI Ready |
1# Format: wan2.2_{task}_A14b_{noise_level}_{precision}_lightx2v_4step.safetensors
2
3# I2V Examples:
4wan2.2_i2v_A14b_high_noise_lightx2v_4step.safetensors # I2V High Noise - BF16
5wan2.2_i2v_A14b_high_noise_scaled_fp8_e4m3_lightx2v_4step.safetensors # I2V High Noise - FP8
6wan2.2_i2v_A14b_low_noise_int8_lightx2v_4step.safetensors # I2V Low Noise - INT8
7wan2.2_i2v_A14b_low_noise_scaled_fp8_e4m3_lightx2v_4step_comfyui.safetensors # I2V Low Noise - FP8 ComfyUI
8💡 Browse All Models: View Full Model Collection →
1huggingface-cli download lightx2v/Wan2.2-Distill-Models \
2 --local-dir ./models/wan2.2_i2v \
3 --include "wan2.2_i2v_A14b_high_noise_scaled_fp8_e4m3_lightx2v_4step.safetensors"1huggingface-cli download lightx2v/Wan2.2-Distill-Models \
2 --local-dir ./models/wan2.2_i2v \
3 --include "wan2.2_i2v_A14b_low_noise_scaled_fp8_e4m3_lightx2v_4step.safetensors"💡 Tip: For T2V models, follow the same steps but replacei2vwitht2vin the filenames
1git clone https://github.com/ModelTC/LightX2V.git
2cd LightX2Vpip install -r requirements.txt1cd scripts
2bash wan22/run_wan22_moe_i2v_distill.sh📝 Note: Update model paths in the script to point to your Wan2.2 model. Also refer to LightX2V Model Structure Documentation