Docker images for ComfyUI, a node-based Stable Diffusion GUI
Top 39.6% on sourcepulse
This repository provides Docker images and startup scripts for ComfyUI, a node-based GUI for Stable Diffusion. It simplifies the setup and deployment of ComfyUI, making it accessible for beginners and users who prefer containerized environments, particularly for NVIDIA GPU users.
How It Works
The project offers pre-built Docker images for various CUDA versions (12.1, 12.4) and configurations, including slim versions with minimal dependencies and "megapak" versions with development kits. It also provides ROCm support for AMD GPUs and a nightly build for preview versions. The images are designed for ease of use, with options for low-privilege or root users within the container, facilitating deployment on systems like WSL2.
Quick Start & Requirements
mkdir -p storage
docker run -it --rm \
--name comfyui-cu124 \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="" \
yanwk/comfyui-boot:cu124-slim
Highlighted Details
cu121
, cu124-slim
, cu121-megapak
, rocm
, nightly
).cu124-cn
image with mirror sites for users in mainland China.comfy3d-pt25
) for ComfyUI-3D-Pack.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The cu121
and cu124-slim
images are not recommended for Podman or rootless deployments, suggesting alternative images for those use cases.
1 day ago
1 day