Skip to content

v2.0

Compare
Choose a tag to compare
@YanWenKun YanWenKun released this 20 Oct 16:19
· 301 commits to main since this release
fcb50bf

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