An open API service indexing awesome lists of open source software.

https://github.com/yanwenkun/comfyui-docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://github.com/yanwenkun/comfyui-docker

comfyui docker stable-diffusion

Last synced: 5 months ago
JSON representation

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本

Awesome Lists containing this project

README

          

# Docker images for ComfyUI

*link:README.zh.adoc[>💡中文说明点我💡<]*

This repo is for
https://hub.docker.com/r/yanwk/comfyui-boot[Docker images]
that runs
https://github.com/comfyanonymous/ComfyUI[ComfyUI] -
a Stable Diffusion GUI powering node-based workflow.

## Quick Start - NVIDIA GPU

```sh
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

* link:cu121/README.adoc[`cu121`]

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

* link:cu124-slim/README.adoc[`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.

* link:cu121-megapak/README.adoc[`cu121-megapak`]

** All-in-one bundle, including dev kits.
** Using CUDA 12.1 + Python 3.11.

* link:cu124-megapak/README.adoc[`cu124-megapak`]

** All-in-one bundle, including dev kits.
** Using CUDA 12.4 + Python 3.12.

* link:cu124-cn/README.adoc[`cu124-cn`]

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

* link:rocm/README.adoc[`rocm`]

** For AMD GPUs with ROCm.

* link:nightly/README.adoc[`nightly`]

** Using preview version of PyTorch.

* Images dedicated for https://github.com/MrForExample/ComfyUI-3D-Pack[ComfyUI-3D-Pack]:

** link:comfy3d-pt22/README.adoc[`comfy3d-pt22`]
Running the
https://github.com/MrForExample/ComfyUI-3D-Pack/tree/3b4e715939376634c68aa4c1c7d4ea4a8665c098[Jun 23, 2024]
version of Comfy3D based on PyTorch 2.2.

** link:comfy3d-pt23/README.adoc[`comfy3d-pt23`]
Running the
https://github.com/MrForExample/ComfyUI-3D-Pack/tree/bdc5e3029ed96d9fa25e651e12fce1553a4422c4[Oct 18, 2024]
version of Comfy3D based on PyTorch 2.3.

** link:comfy3d-pt25/README.adoc[`comfy3d-pt25`]
Running the latest version of Comfy3D based on PyTorch 2.5.

## License

link:LICENSE[Mulan Public License,Version 2]

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