build download, build comfy

This commit is contained in:
Freddie 2024-08-11 23:34:54 -07:00
parent 802d0bcd68
commit 944d8359ee

View file

@ -1,3 +1,10 @@
#docker compose --profile download up --build
# wait until its done, then:
#docker compose --profile [ui] up --build
# where [ui] is one of: auto | auto-cpu | comfy | comfy-cpu
#docker compose --profile comfy up --build
#docker compose --profile comfy up -d
x-base_service: &base_service
ports:
- "${WEBUI_PORT:-7860}:7860"