mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-22 04:54:46 +01:00
env: shorten and unify webui prefix
This commit is contained in:
parent
771234044a
commit
573e0661fd
|
|
@ -30,14 +30,14 @@ services:
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:56
|
image: sd-auto:56
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=${WEB_UI_ARGS:---allow-code --medvram --xformers --enable-insecure-extension-access --api}
|
- CLI_ARGS=${WEBUI_ARGS:---allow-code --medvram --xformers --enable-insecure-extension-access --api}
|
||||||
|
|
||||||
auto-cpu:
|
auto-cpu:
|
||||||
<<: *automatic
|
<<: *automatic
|
||||||
profiles: ["auto-cpu"]
|
profiles: ["auto-cpu"]
|
||||||
deploy: {}
|
deploy: {}
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=${WEB_UI_ARGS:---no-half --precision full --allow-code --enable-insecure-extension-access --api}
|
- CLI_ARGS=${WEBUI_ARGS:---no-half --precision full --allow-code --enable-insecure-extension-access --api}
|
||||||
|
|
||||||
invoke: &invoke
|
invoke: &invoke
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
|
|
@ -46,14 +46,14 @@ services:
|
||||||
image: sd-invoke:28
|
image: sd-invoke:28
|
||||||
environment:
|
environment:
|
||||||
- PRELOAD=true
|
- PRELOAD=true
|
||||||
- CLI_ARGS=${WEB_UI_ARGS:---xformers}
|
- CLI_ARGS=${WEBUI_ARGS:---xformers}
|
||||||
|
|
||||||
# invoke-cpu:
|
# invoke-cpu:
|
||||||
# <<: *invoke
|
# <<: *invoke
|
||||||
# profiles: ["invoke-cpu"]
|
# profiles: ["invoke-cpu"]
|
||||||
# environment:
|
# environment:
|
||||||
# - PRELOAD=true
|
# - PRELOAD=true
|
||||||
# - CLI_ARGS=${WEB_UI_ARGS:---always_use_cpu}
|
# - CLI_ARGS=${WEBUI_ARGS:---always_use_cpu}
|
||||||
|
|
||||||
comfy: &comfy
|
comfy: &comfy
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
|
|
@ -62,11 +62,11 @@ services:
|
||||||
image: sd-comfy:2
|
image: sd-comfy:2
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=${WEB_UI_ARGS:-}
|
- CLI_ARGS=${WEBUI_ARGS:-}
|
||||||
|
|
||||||
comfy-cpu:
|
comfy-cpu:
|
||||||
<<: *comfy
|
<<: *comfy
|
||||||
profiles: ["comfy-cpu"]
|
profiles: ["comfy-cpu"]
|
||||||
deploy: {}
|
deploy: {}
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=${WEB_UI_ARGS:---cpu}
|
- CLI_ARGS=${WEBUI_ARGS:---cpu}
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@
|
||||||
### CONTAINER SETTINGS ###
|
### CONTAINER SETTINGS ###
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
#WEB_UI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
#WEBUI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue