ComfyUI Docker image for cloud/local GPU environments
Top 41.1% on sourcepulse
This project provides Docker images for running ComfyUI, a popular node-based UI for Stable Diffusion, in cloud and local GPU environments. It targets users who need a pre-configured, easily deployable ComfyUI setup, especially on GPU rental platforms like Vast.ai, simplifying the process of getting started with advanced AI art generation.
How It Works
The images leverage a common AI-Dock base image, designed for cloud-first deployment, which includes authentication and user experience enhancements. ComfyUI itself is run as a service within the container, with options to customize startup arguments and ports. The images are built for NVIDIA CUDA, AMD ROCm, and CPU, with version tags indicating CUDA/ROCm versions and Ubuntu base. Model and third-party configurations are not bundled, requiring a separate provisioning script for setup.
Quick Start & Requirements
docker run --gpus all -p 8188:8188 ghcr.io/ai-dock/comfyui:latest-cuda
).HF_TOKEN
, CIVITAI_TOKEN
for gated models, and COFYUI_ARGS
for startup flags. Provisioning scripts are needed for model setup.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The images do not bundle models or third-party configurations, requiring users to manage these separately via provisioning scripts. The ComfyUI API wrapper is noted as a work-in-progress.
9 months ago
1 day