Deprecate Sygil (#450)

It has been a long and wonderful journey
This commit is contained in:
AbdBarho
2023-05-16 18:58:52 +02:00
committed by GitHub
parent 87b1509dc2
commit 110627415d
8 changed files with 1 additions and 131 deletions

View File

@@ -55,21 +55,6 @@ services:
# - PRELOAD=true
# - CLI_ARGS=--always_use_cpu
sygil: &sygil
<<: *base_service
profiles: ["sygil"]
build: ./services/sygil/
image: sd-sygil:16
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
sygil-sl:
<<: *sygil
profiles: ["sygil-sl"]
environment:
- USE_STREAMLIT=1
comfy: &comfy
<<: *base_service
profiles: ["comfy"]