Skip to content

Releases: YanWenKun/ComfyUI-Docker

v5.0

11 Sep 05:07
047d19e
Compare
Choose a tag to compare

We have come a long way since the last release, and now is a good time to mark a milestone.

Major changes

Minor changes

  • Images on Docker Hub are now tagged with date.
  • cu121, cu121-megapak, and cu124-cn now use stable version of ComfyUI (with a release tag on GitHub).
  • Updated download lists, concise for cu121, comprehensive for megapaks.
  • Added sponsor link (Ko-fi).
  • More

Thanks

Thanks @bashtoni for committing 9f1c4ed
Thanks for the information in issues #36 #37 #38 #41 #42 #55 #56

v4.0

16 Apr 10:01
7b1feef
Compare
Choose a tag to compare

Major changes

  • Added new image megapak for dev and all-in-one usage.
  • Overhauled rocm with AMD official PyTorch packages.

Minor changes

  • Added support for ComfyUI-3D-Pack.
  • Added wrapper script for rootless delploy.
  • Added x264 & x265 codec for ffmpeg.
  • Fixed "missing CUDA provider" for ONNX Runtime.
  • Pycache (.pyc files) will be saved in .cache folder (easy for cleaning).
  • User script set-proxy.sh will run before downloading starts.
  • Shrink download list.
  • More

Thanks

Thanks @M1kep for committing 3471e8d, b8c9d87, 2d75635
Thanks @petemyron for committing 0d27a97
Thanks @chadly for committing 3448bdd
Thanks for information #15 #16 #20 #26

Quick start

  • using docker run:
mkdir -p storage

docker run -it --rm \
  --name comfyui \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage:/home/runner \
  -e CLI_ARGS="" \
  yanwk/comfyui-boot:latest

v3.1

18 Mar 13:24
bd5b6de
Compare
Choose a tag to compare
  • Add back xFormers for compatibility on some Linux hosts.
    • To skip xFormers, add --use-pytorch-cross-attention to CLI_ARGS.

Quick start using docker run:

mkdir -p storage

docker run -it \
  --name comfyui \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage:/home/runner \
  -e CLI_ARGS="" \
  yanwk/comfyui-boot:latest

v3.0

09 Mar 01:39
48ac30a
Compare
Choose a tag to compare
  • Removed xFormers as PyTorch now performs good enough.

Quick start using docker run:

mkdir -p storage

docker run -it \
  --name comfyui \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage:/home/runner \
  --env CLI_ARGS="" \
  yanwk/comfyui-boot:latest

v2.0

20 Oct 16:19
fcb50bf
Compare
Choose a tag to compare

Quick start using docker run:

mkdir -p storage

docker run -it \
  --name comfyui \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage:/home/runner \
  --env CLI_ARGS="" \
  yanwk/comfyui-boot:latest

v1.0

24 Mar 04:34
4d020a2
Compare
Choose a tag to compare

Quick start using docker run:

mkdir -p storage

docker run -it \
  --name comfyui \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage:/home/runner \
  --env CLI_ARGS="" \
  yanwk/comfyui-boot:latest