Releases: YanWenKun/ComfyUI-Docker
Release list
v6.0
It’s been a long time since the last release, and many major events have taken place in the AIGC field. This project itself has also undergone significant updates — it’s time to mark a new milestone.
Added Image Tags
cpucu126-slimcu128-slimcu130-slimcu126-megapakcu128-megapakxpuxpu-cn
Retired Image Tags
cu118-slimcu118-megapak- Retired with PyTorch 2.7.1
cu121cu121-megapak- Retired with PyTorch 2.5.1
cu124-cncu124-slimcu124-megapak- Retired with PyTorch 2.6.0
cu128-testcu129-slimcu129-testcu129-megapak- Retired with PyTorch 2.8.0
comfy3d-pt22comfy3d-pt23comfy3d-pt25direct3ds2
Planned Image Tags
cu130-megapakPlanned to use Python 3.14t (free-threading, no GIL). Waiting for the ecosystem.- Python 3.14t not feasible, rollback to Python 3.13 (with GIL).
cu128-cnrocm-cn
Features for New Image Tags
-
Speed up startup time. First starts no longer download anything from the Internet.
- Now a ComfyUI bundle is preloaded in the image for copy on-demand.
- No longer download "out-of-box" SD models. It's not necessary now.
-
Mount model files and user files separately.
-
Speed up image pulling by breaking down the steps in Dockerfile to have more smaller image layers.
-
All changes are backward-compatible.
Minor Changes
-
Dropped
mediapipein all images. Ref: google-ai-edge/mediapipe#5810 -
Full Changelog: v5.0...v6.0
Thanks
v5.0
We have come a long way since the last release, and now is a good time to mark a milestone.
Major changes
- Aliased
latestascu121. - Aliased
megapakascu121-megapak. - Added
cu124-megapak, using CUDA 12.4. - Added
cu124-cnfor users in mainland China. - Added
nightly, using preview version of PyTorch - Added
comfy3d-pt22, dedicated for 3D-Pack. - Added
comfy3d-pt23, dedicated for 3D-Pack. - Removed support for Comfy3D in other images.
Minor changes
- Images on Docker Hub are now tagged with date.
cu121,cu121-megapak, andcu124-cnnow 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
Major changes
- Added new image
megapakfor dev and all-in-one usage. - Overhauled
rocmwith 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
.cachefolder (easy for cleaning). - User script
set-proxy.shwill 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:latestv3.1
- Add back xFormers for compatibility on some Linux hosts.
- To skip xFormers, add
--use-pytorch-cross-attentiontoCLI_ARGS.
- To skip xFormers, add
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