Skip to content

v3.1

Compare
Choose a tag to compare
@YanWenKun YanWenKun released this 18 Mar 13:24
· 247 commits to main since this release
bd5b6de
  • 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