ComfyUI with WAN 2.2 (s2v) on NVIDIA GPUs via RunPod.
Includes optional model installs (s2v & i2v), upscalers, interpolation, LoRA support, and helper utilities.
Version: v0.0.2
- Base:
nvidia/cuda:12.8 - WAN 2.2 Support:
- i2v 14b (image → video)
- s2v 14b (sound → video)
- Enabled via environment variables
- Models / Checkpoints:
umt5_xxl_fp8_e4m3fn_scaled.safetensorsfor CLIPwan2.2_vae(default) orwan2.1_vae(optional)4xlsdir.pthupscaler
- ComfyUI Built-ins:
- LoRA support (disabled by default)
- Downloader for CivitAI models
- Requires CivitAI token + version # via environment variables
- Interpolation: RIFE frame interpolation
- Default: 16 → 30fps (for social media)
- Configurable to arbitrary FPS
- Sampler Options: ClownSharkSampler for high/low noise (i2v workflows)
- RunPod Optimized: Pre-configured for pod templates and GPU persistence
- RunPod account with GPU access
- When Deploying a Pod, expand
Additional Filtersand select CUDA Version12.8 - Minimum recommended GPU spec is 48 GB VRAM (e.g. L40S)
Control optional installs and features using env vars:
| Variable | Accepted Values | Description |
|---|---|---|
INSTALL_WAN22_I2V |
true / false |
Install WAN 2.2 i2v 14b |
INSTALL_WAN22_S2V |
true / false |
Install WAN 2.2 s2v 14b |
CIVITAI_TOKEN |
<token> |
API token for CivitAI downloads |
LORAS_IDS_TO_DOWNLOAD |
<version_id> |
Specific version # to fetch |
- Launch a pod with CUDA 12.8 base.
- Set environment variables (see above).
- Ensure ComfyUI & JupyterLab service ports exposed (default
8188&8888).