ComfyUI Extension: SaveVideoRGBA
Enhanced the comfyui savevideo node to support previewing and saving videos containing alpha channels.
Custom Nodes (0)
README
Enhanced the comfyui savevideo node to support previewing and saving videos containing alpha channels.
π¨Wan-Alpha Video Usage
- Download models
- The Wan DiT base model: wan2.1_t2v_14B_fp16.safetensors
- The Wan text encoder: umt5_xxl_fp8_e4m3fn_scaled.safetensors
- The LightX2V model: lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors
- RGBA Dora: epoch-13-1500_changed.safetensors
- RGB VAE Decoder: wan_alpha_2.1_vae_rgb_channel.safetensors.safetensors
- Alpha VAE Decoder: wan_alpha_2.1_vae_alpha_channel.safetensors.safetensors
- Copy the files into the
ComfyUI/models
folder and organize them as follows:
ComfyUI/models
βββ diffusion_models
β βββ wan2.1_t2v_14B_fp16.safetensors
βββ loras
β βββ epoch-13-1500_changed.safetensors
β βββ lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors
βββ text_encoders
β βββ umt5_xxl_fp8_e4m3fn_scaled.safetensors
βββ vae
β βββ wan_alpha_2.1_vae_alpha_channel.safetensors.safetensors
β βββ wan_alpha_2.1_vae_rgb_channel.safetensors.safetensors
- Copy this repo or SaveVideoRGBA.py into the
ComfyUI/custom_nodes
folder.