mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
build download, build comfy
This commit is contained in:
parent
802d0bcd68
commit
944d8359ee
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue