--- license: apache-2.0 tags: - diffusion-single-file - comfyui - distillation - LoRA - video - video genration base_model: - Wan-AI/Wan2.2-I2V-A14B - Wan-AI/Wan2.2-TI2V-5B - Wan-AI/Wan2.1-I2V-14B-720P pipeline_tags: - image-to-video - text-to-video library_name: diffusers --- # 🎨 LightVAE ## ⚡ Efficient Video Autoencoder (VAE) Model Collection *From Official Models to Lightx2v Distilled Optimized Versions - Balancing Quality, Speed and Memory*  --- [](https://huggingface.co/lightx2v) [](https://github.com/ModelTC/LightX2V) [](LICENSE) --- For VAE, the LightX2V team has conducted a series of deep optimizations, deriving two major series: **LightVAE** and **LightTAE**, which significantly reduce memory consumption and improve inference speed while maintaining high quality. ## 💡 Core Advantages
| ### 📊 Official VAE **Features**: Highest Quality ⭐⭐⭐⭐⭐ ✅ Best reconstruction accuracy ✅ Complete detail preservation ❌ Large memory usage (~8-12 GB) ❌ Slow inference speed | ### 🚀 Open Source TAE Series **Features**: Fastest Speed ⚡⚡⚡⚡⚡ ✅ Minimal memory usage (~0.4 GB) ✅ Extremely fast inference ❌ Average quality ⭐⭐⭐ ❌ Potential detail loss |
| ### 🎯 **LightVAE Series** (Our Optimization) **Features**: Best Balanced Solution ⚖️ ✅ Uses **Causal 3D Conv** (same as official) ✅ **Quality close to official** ⭐⭐⭐⭐⭐ ✅ Memory reduced by **~50%** (~4-5 GB) ✅ Speed increased by **2-3x** ✅ Balances quality, speed, and memory 🏆 | ### ⚡ **LightTAE Series** (Our Optimization) **Features**: Fast Speed + Good Quality 🏆 ✅ Minimal memory usage (~0.4 GB) ✅ Extremely fast inference ✅ **Quality close to official** ⭐⭐⭐⭐⭐ ✅ **Significantly surpasses open source TAE** |
|
Wan2.1_VAE |
taew2_1 |
lighttaew2_1 |
lightvaew2_1 |
|
Wan2.2_VAE |
taew2_2 |
lighttaew2_2 |
| #### 🏆 Pursuing Best Quality **Recommended**: `Wan2.1_VAE` / `Wan2.2_VAE` - ✅ Official model, quality ceiling - ✅ Highest reconstruction accuracy - ✅ Suitable for final product output - ⚠️ **Large memory usage** (~8-12 GB) - ⚠️ **Slow inference speed** | #### ⚖️ **Best Balance** 🏆 **Recommended**: **`lightvaew2_1`** - ✅ **Uses Causal 3D Conv** (same as official) - ✅ **Excellent quality**, close to official - ✅ Memory reduced by **~50%** (~4-5 GB) - ✅ Speed increased by **2-3x** - ✅ **Close to official quality** ⭐⭐⭐⭐⭐ **Use Cases**: Daily production, strongly recommended ⭐ | #### ⚡ **Speed + Quality Balance** ✨ **Recommended**: **`lighttaew2_1`** / **`lighttaew2_2`** - ✅ Extremely low memory usage (~0.4 GB) - ✅ Extremely fast inference - ✅ **Quality significantly surpasses open source TAE** - ✅ **Close to official quality** ⭐⭐⭐⭐⭐ **Use Cases**: Development testing, rapid iteration |