This project dockerises the deployment of comfyanonymous/ComfyUI and its variants. It provides a default configuration (corresponding to a vanilla deployment of the application)
This goal of this project is to be to comfyanonymous/ComfyUI, what AbdBarho/stable-diffusion-webui-docker is to AUTOMATIC1111/stable-diffusion-webui.
For convenience in using the latest Comfy Docker, the Docker repository is updated daily. Simply use the latest version. The Docker image also includes the ControlNet and IPAdapter nodes for ComfyUI.
This project currently supports Linux as the deployment platform. It will also work using WSL2.
docker run --gpus all -t -p 8188:8188 -e CLI_ARGS="" -v /your/path/outputs:/app/output -v /your/path/data:/data -d zhangp365/comfyui:latest
https://hub.docker.com/repository/docker/zhangp365/comfyui/general
- docker
- docker compose
- CUDA docker runtime
This is the recommended deployment method (it is the easiest and quickest way to manage folders and settings through updates and reinstalls). The recommend variant is default
(it is an enhanced version of the vanilla application).