Skip to content

v1.0

Compare
Choose a tag to compare
@YanWenKun YanWenKun released this 24 Mar 04:34
· 341 commits to main since this release
4d020a2

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