mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-09 00:54:20 +01:00
update service names
This commit is contained in:
parent
f9eaaeeec4
commit
c8d6ecccdd
|
|
@ -30,7 +30,7 @@ services:
|
|||
environment:
|
||||
- CLI_ARGS=--optimized-turbo
|
||||
|
||||
automatic1111: &automatic
|
||||
auto: &automatic
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
|
|
@ -38,11 +38,10 @@ services:
|
|||
- *v1
|
||||
- *v2
|
||||
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
|
||||
- ./embeddings:/stable-diffusion-webui/embeddings
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram
|
||||
|
||||
automatic1111-cpu:
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
profiles: ["auto-cpu"]
|
||||
deploy: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue