Releases: YanWenKun/ComfyUI-Docker
Releases · YanWenKun/ComfyUI-Docker
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
latest
ascu121
. - Aliased
megapak
ascu121-megapak
. - Added
cu124-megapak
, using CUDA 12.4. - Added
cu124-cn
for 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-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
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
- Add back xFormers for compatibility on some Linux hosts.
- To skip xFormers, add
--use-pytorch-cross-attention
toCLI_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