wan-t2v-video
FeaturedBuild WAN 2.2 Text-to-Video workflows — dual hi-lo models, lightning LoRAs, VACE modules, and KSamplerAdvanced two-pass
AI & Automation 450 stars
76 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# WAN 2.2 Text-to-Video (T2V) Workflows
## Overview
WAN 2.2 T2V generates videos from text prompts using a 14B parameter MoE (Mixture of Experts) architecture split across two specialized models:
- **HighNoise model**: Handles early denoising — establishes structure, motion, composition
- **LowNoise model**: Handles late denoising — refines details, sharpens output
This dual-model technique is the same as FLF/I2V (see wan-flf-video skill) but without image conditioning nodes.
**Key difference from I2V/FLF**: T2V does NOT use `CLIPVisionEncode`, `WanFirstLastFrameToVideo`, or any image input. It uses `EmptyHunyuanLatentVideo` for latent initialization and text-only conditioning.
## Models
### UNET (Installed)
| Model | Loader | Notes |
|-------|--------|-------|
| `Wan2_2-T2V-A14B_HIGH_fp8_e4m3fn_scaled_KJ.safetensors` | `UNETLoader` | HighNoise expert, 14.3GB FP8 |
| `Wan2_2-T2V-A14B-LOW_fp8_e4m3fn_scaled_KJ.safetensors` | `UNETLoader` | LowNoise expert, 14.3GB FP8 |
### Text Encoder
| Component | Node | Model | Notes |
|-----------|------|-------|-------|
| **CLIP (T5)** | `CLIPLoader` (type=`wan`) | `umt5_xxl_fp8_e4m3fn_scaled.safetensors` | UMT5-XXL fp8, in clip/ |
### VAE
| Component | Node | Model |
|-----------|------|-------|
| **VAE** | `VAELoader` | `wan_2.1_vae.safetensors` |
### VACE Modules (Installed — For Advanced Control)
| Model | Size | Notes |
|-------|------|-------|
| `Wan2_2_Fun_VACE_module_A14B_HIGH_bf16.safetensors` | 5.8GB | HighNoise VAC...
Details
- Author
- artokun
- Repository
- artokun/comfyui-mcp
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
wan-flf-video
Build WAN 2.2 First-Last-Frame video workflows — native dual hi-lo (required), and WanVideoWrapper VACE approaches
450 Updated today
artokun AI & Automation Featured
wan-multitalk
Build WAN MultiTalk audio-driven talking-avatar / lip-sync video workflows — MeiGen-AI MultiTalk on WAN 2.1 14B I2V via kijai WanVideoWrapper (portrait + audio → lip-synced video)
450 Updated today
artokun AI & Automation Featured
qwen-txt2img
Build Qwen Image 2512 text-to-image workflows — QwenImageIntegratedKSampler, separate component loading, lightning LoRAs, and fine-tuned model variants
450 Updated today
artokun