This repo is for Docker images that runs ComfyUI - a Stable Diffusion GUI powering node-based workflow.
The supported CUDA versions for each GPU architecture are shown in the table below:
GPU Architecture | Blackwell | Hopper | Ada Lovelace | Ampere | Turing | Volta | Pascal | Maxwell |
---|---|---|---|---|---|---|---|---|
Example GPU |
RTX 5090 |
H100 |
RTX 4090 |
RTX 3090 |
RTX 2080 |
TITAN V |
GTX 1080 |
GTX 980 |
cu129 |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
❌ |
❌ |
❌ |
cu128 |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
❌ |
❌ |
❌ |
cu126 |
❌ |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
cu118 (discontinued) |
❌ |
❌ |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
Note: This CUDA compatibility limitation comes from PyTorch, not NVIDIA CUDA Toolkit. Details can be found in PyTorch build script.
If you have an NVIDIA GPU and don’t know its architecture, see this article.
mkdir -p storage
docker run -it --rm \
--name comfyui-cu129 \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --use-pytorch-cross-attention" \
yanwk/comfyui-boot:cu129-slim
Note: This repository is currently under heavy development.
The next two mainly supported image families will be cu126
and cu129
.
cu121
and cu124
images will be archived soon, as they are no longer supported by PyTorch.
cu118
will stay for a while for compatibility usage (such as classic SD 1.5 on older hardware), but will not receive any updates.
cu128
will stop updating after cu129
is released.
-
-
For AMD GPUs with ROCm.
-
-
-
For Intel GPUs with XPU.
-
-
-
Using preview version of PyTorch (CUDA).
-
-
-
Easy for ComfyUI beginners. Starts with ComfyUI, ComfyUI-Manager and the Photon (SD1.5) model.
-
Using a low-privilege user within the container (easy for WSL2 deploy).
-
Not recommended for Podman or rootless deploy (use any image below instead).
-
Using CUDA 12.1 + Python 3.11.
-
-
-
Similar to
cu121
, equipped with many dependencies, starts with ComfyUI and ComfyUI-Manager only. -
Downloads less. No SD model included.
-
Using 'root' user within the container (easy for rootless deploy).
-
Using CUDA 12.4 + Python 3.12.
-
-
-
All-in-one bundle, including dev kits.
-
Using CUDA 12.1 + Python 3.11.
-
-
-
All-in-one bundle, including dev kits.
-
Using CUDA 12.4 + Python 3.12.
-
-
-
For users in mainland China. Using mirror sites for all download links.
-
-
-
Image dedicated for ComfyUI-3D-Pack.
-
This open source license is written and valid both in Chinese and English, how good is that!