Skip to content

YanWenKun/ComfyUI-Docker

Repository files navigation

Docker images for ComfyUI

This repo is for Docker images that runs ComfyUI - a Stable Diffusion GUI powering node-based workflow.

Quick Start - NVIDIA GPU

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

Image tags

  • cu121, latest

    • 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.

  • cu124-slim

    • 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.

  • cu121-megapak, megapak

    • All-in-one bundle, including dev kits.

    • Using CUDA 12.1 + Python 3.11.

  • cu124-megapak

    • All-in-one bundle, including dev kits.

    • Using CUDA 12.4 + Python 3.12.

  • cu124-cn

    • For users in mainland China. Using mirror sites for all download links.

  • rocm

    • For AMD GPUs with ROCm.

  • nightly

    • Using preview version of PyTorch.

  • Images dedicated for ComfyUI-3D-Pack:

License

This open source license is written and valid both in Chinese and English, how good is that!