Sign inSign up

m11s/comfyui

By m11s

•Updated 11 days ago

CUDA-enabled ComfyUI image, with an optional GGUF variant.

Image
0

2.8K

m11s/comfyui repository overview

⁠m11s/comfyui

ComfyUI⁠ built from source on an NVIDIA CUDA runtime. The default image contains no community nodes; the GGUF variant adds the pinned ComfyUI-GGUF loader.

⁠Tags

TagUse
latestCurrent generic ComfyUI image
0.5.4Pinned generic image release
latest-ggufCurrent image with the ComfyUI-GGUF node
0.5.4-ggufPinned GGUF image release

⁠Usage

The image requires an NVIDIA GPU and the NVIDIA Container Toolkit on the host. Persist models, input files, output files, and user configuration with mounts:

docker run --rm --gpus all -p 8188:8188 \
  -v "$PWD/models:/app/models" \
  -v "$PWD/input:/app/input" \
  -v "$PWD/output:/app/output" \
  -v "$PWD/user:/app/user" \
  m11s/comfyui:latest

Open http://localhost:8188 after startup. Use m11s/comfyui:latest-gguf when your workflow requires the ComfyUI-GGUF custom node. Source and license: m11s-io/docker-images⁠.

Tag summary

Content type

Image

Digest

sha256:ad3b9edd5…

Size

5.9 GB

Last updated

11 days ago

docker pull m11s/comfyui