--- license: apache-2.0 tags: - comfyui --- # Wan Animate 2 Repackaged model files for ComfyUI. Original model repository: https://huggingface.co/Wan-AI/Wan2.2-Animate-2-14B Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 clip_vision/ │ │ └── clip_vision_h.safetensors │ ├── 📂 diffusion_models/ │ │ ├── wan_animate_2_bf16.safetensors │ │ ├── wan_animate_2_distill_bf16.safetensors │ │ ├── wan_animate_2_distill_int8_convrot.safetensors │ │ └── wan_animate_2_int8_convrot.safetensors │ ├── 📂 loras/ │ │ └── lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors │ ├── 📂 text_encoders/ │ │ ├── umt5_xxl_fp8_e4m3fn_scaled.safetensors │ │ └── umt5_xxl_fp16.safetensors │ ├── 📂 vae/ │ │ └── Wan2_1_VAE_bf16.safetensors ```