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