Sign inSign up

yanwk/comfyui-boot

By yanwk

Updated 3 days ago

🐳Docker image for bootloading 🎨ComfyUI.

Image
Machine learning & AI
74

1M+

yanwk/comfyui-boot repository overview

ComfyUI

CHECK THE GITHUB REPO

中文文档在 GITHUB 上

Docker images for ComfyUI - an AIGC GUI powering node-based workflow.

Quick Start - NVIDIA GPU

mkdir -p \
  storage-cache/dot-cache \
  storage-cache/dot-config \
  storage-nodes/dot-local \
  storage-nodes/custom_nodes \
  storage-models/models \
  storage-models/hf-hub \
  storage-models/torch-hub \
  storage-user/input \
  storage-user/output \
  storage-user/user-profile \
  storage-user/user-scripts

# Add sudo if needed
docker run -it --rm \
  --name comfyui-cu130 \
  --pull=always \
  --runtime=nvidia \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage-cache/dot-cache:/root/.cache \
  -v "$(pwd)"/storage-cache/dot-config:/root/.config \
  -v "$(pwd)"/storage-nodes/dot-local:/root/.local \
  -v "$(pwd)"/storage-nodes/custom_nodes:/root/ComfyUI/custom_nodes \
  -v "$(pwd)"/storage-models/models:/root/ComfyUI/models \
  -v "$(pwd)"/storage-models/hf-hub:/root/.cache/huggingface/hub \
  -v "$(pwd)"/storage-models/torch-hub:/root/.cache/torch/hub \
  -v "$(pwd)"/storage-user/input:/root/ComfyUI/input \
  -v "$(pwd)"/storage-user/output:/root/ComfyUI/output \
  -v "$(pwd)"/storage-user/user-profile:/root/ComfyUI/user \
  -v "$(pwd)"/storage-user/user-scripts:/root/user-scripts \
  -e CLI_ARGS="" \
  yanwk/comfyui-boot:cu130-slim-v2

Once the app is loaded, visit http://localhost:8188/

CUDA Image Tags - Slim

Start with only ComfyUI and ComfyUI-Manager, yet include many dependencies to make future Custom Node installation easier. Recommended for beginners.

  • cu130-slim-v2 [doc]

    • Using CUDA 13.0, Python 3.13 (with GIL). No xFormers by default
  • cu126-slim [doc]

    • Using CUDA 12.6, Python 3.12

CUDA Image Tags - MEGAPAK

All-in-one bundles, including dev kits and many Custom Nodes for ComfyUI.

  • cu130-megapak-pt211 [doc]

    • Using CUDA 13.0, Python 3.13 (with GIL), GCC 14, PyTorch 2.11.0
  • cu126-megapak [doc]

    • Using CUDA 12.6, Python 3.12, GCC 13, PyTorch 2.9.1

More Image Tags

  • rocm [doc]

    • For AMD GPU with ROCm.
  • xpu [doc]

    • For Intel GPU with XPU.
  • cpu [doc]

    • For CPU only.
  • nightly [doc]

    • Using preview version of PyTorch (CUDA).
  • archived

    • Archived Dockerfiles of retired image tags.

For more detailed docs, check GitHub Page.

Tag summary

Content type

Image

Digest

sha256:8b84cfc6b

Size

4 GB

Last updated

3 days ago

docker pull yanwk/comfyui-boot:nightly-20260918-fd6dbf5