mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-14 04:30:21 +01:00
Update docker-compose.yml
remove outdated invoke
This commit is contained in:
parent
07fc053296
commit
6030daac7a
|
|
@ -42,20 +42,7 @@ services:
|
|||
deploy: {}
|
||||
environment:
|
||||
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
|
||||
invoke: &invoke
|
||||
<<: *base_service
|
||||
profiles: ["invoke"]
|
||||
build: ./services/invoke/
|
||||
image: sd-invoke:30
|
||||
environment:
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=--xformers
|
||||
# invoke-cpu:
|
||||
# <<: *invoke
|
||||
# profiles: ["invoke-cpu"]
|
||||
# environment:
|
||||
# - PRELOAD=true
|
||||
# - CLI_ARGS=--always_use_cpu
|
||||
|
||||
comfy: &comfy
|
||||
<<: *base_service
|
||||
profiles: ["comfy"]
|
||||
|
|
@ -63,6 +50,7 @@ services:
|
|||
image: sd-comfy:6
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
|
||||
comfy-cpu:
|
||||
<<: *comfy
|
||||
profiles: ["comfy-cpu"]
|
||||
|
|
@ -76,4 +64,4 @@ services:
|
|||
build: ./services/fooocus/
|
||||
image: sd-fooocus:3
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
- CLI_ARGS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue