mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-26 21:54:19 -05:00
[BREAKING] Rename UIs (#254)
Rename the UIs in docker compose to their new names Changes folder names Changes output folder structure Closes issue #263 Adds `sygil-sl` instead of docker compose flag.
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:19
|
||||
image: sd-auto:20
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access
|
||||
|
||||
@@ -38,20 +38,26 @@ services:
|
||||
environment:
|
||||
- CLI_ARGS=--no-half --precision full
|
||||
|
||||
hlky:
|
||||
sygil: &sygil
|
||||
<<: *base_service
|
||||
profiles: ["hlky"]
|
||||
build: ./services/hlky/
|
||||
image: sd-hlky:11
|
||||
profiles: ["sygil"]
|
||||
build: ./services/sygil/
|
||||
image: sd-sygil:12
|
||||
environment:
|
||||
- CLI_ARGS=--optimized-turbo
|
||||
- USE_STREAMLIT=0
|
||||
|
||||
lstein:
|
||||
sygil-sl:
|
||||
<<: *sygil
|
||||
environment:
|
||||
- USE_STREAMLIT=1
|
||||
|
||||
|
||||
invoke:
|
||||
<<: *base_service
|
||||
profiles: ["lstein"]
|
||||
build: ./services/lstein/
|
||||
image: sd-lstein:9
|
||||
profiles: ["invoke"]
|
||||
build: ./services/invoke/
|
||||
image: sd-invoke:10
|
||||
environment:
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=
|
||||
|
||||
Reference in New Issue
Block a user