A streamlined and automated environment for running ComfyUI with image models, optimized for use on RunPod
- Automatic model and LoRA downloads via environment variables.
- Built-in authentication for:
- ComfyUI
- Code Server
- Hugging Face API
- CivitAI API
- Supports advanced workflows for image generation and enhancement using pre-installed custom nodes.
- Compatible with high-performance NVIDIA GPUs.
- All available templates on runpod are tested on a RTX A5000/A40.
- Open from ComfyUI's interface on the left
- View/Download from Workflow examples
docker pull ls250824/run-comfyui-wan:<version>- 💻 Hardware Requirements
- 🧩 Pre-Installed Custom Nodes
- 📚 Resources
- 📦 Model provisioning
- ⚙️ Image setup
- ⚙️ Environment variables
Use none docker setup to build the image using the included Python script.
| Argument | Description | Default |
|---|---|---|
--username |
Your Docker Hub username | Current user |
--tag |
Custom image tag | Today's date |
--latest |
Also tag image as latest |
Disabled |
git clone https://github.com/jalberty2018/run-comfyui-image.git
cp ./run-comfyui-image/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