Update versions (#189)

- auto:
dd02889124
- hlky:
d8e61a5cd3
This commit is contained in:
AbdBarho
2022-11-01 17:12:53 +01:00
committed by GitHub
parent a5218b8639
commit 9092aa233b
3 changed files with 12 additions and 12 deletions

View File

@@ -23,20 +23,11 @@ services:
volumes:
- *v1
hlky:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:4
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
auto: &automatic
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:7
image: sd-auto:8
environment:
- CLI_ARGS=--allow-code --medvram --xformers
@@ -47,6 +38,15 @@ services:
environment:
- CLI_ARGS=--no-half --precision full
hlky:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:5
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
lstein:
<<: *base_service
profiles: ["lstein"]