Skip to content

jalberty2018/run-comfyui-wan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Run WAN 2.x with ComfyUI with provisioning — RunPod

Docker Image Version

Pod running on L40S native comfyUI

A streamlined and automated environment for running ComfyUI with WAN 2.x video models, optimized for use on RunPod.io.

🔧 Features

  • Automatic model and LoRA downloads via environment variables.
  • Built-in authentication for:
    • ComfyUI
    • Code Server
    • Hugging Face API
    • CivitAI API
  • Supports advanced workflows for video generation and enhancement using pre-installed custom nodes.
  • Compatible with high-performance NVIDIA GPUs.

🧩 Template Deployment

Deployment.

  • All available templates on runpod are tested on a L40S/A40.
  • Try to avoid regions US-TX-x as they often fail to download or run the image (Pytorch CUDA mismatch).

Runpod templates

👉 One-click Deploy on RunPod WAN 2.2 t2v (lightx2v)

👉 One-click Deploy on RunPod WAN 2.2 i2v (lightx2v)

👉 One-click Deploy on RunPod WAN 2.2 animate (lightx2v)

👉 One-click Deploy on RunPod WAN 2.2 v2v Lucy Edit

Tutorial

Workflows

Included t2v wrapper as easy example to work on A40/L40S

🐳 Docker Images

Base Images

  • PyTorch Runtime Docker

  • ComfyUI Runtime Docker

Custom Image

docker pull ls250824/run-comfyui-wan:<version>

📚 Documentation

🛠️ Build & Push Docker Image (Optional)

Use none docker setup to build the image using the included Python script.

Build Script: build-docker.py

Argument Description Default
--username Your Docker Hub username Current user
--tag Custom image tag Today's date
--latest Also tag image as latest Disabled

Example Usage

git clone https://github.com/jalberty2018/run-comfyui-wan.git
cp ./run-comfyui-wan/build-docker.py ..

export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1

python3 build-docker.py   --username=<your_dockerhub_username>   --tag=<custom_tag>   --latest   run-comfyui-wan