Invoke 2.3.5 (#449)

d73f1c363c
This commit is contained in:
AbdBarho
2023-05-06 09:48:38 +02:00
committed by GitHub
parent 9ac33db795
commit 7fb8b97b90
3 changed files with 21 additions and 15 deletions

View File

@@ -39,14 +39,21 @@ services:
environment:
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
invoke:
invoke: &invoke
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:27
image: sd-invoke:28
environment:
- PRELOAD=true
- CLI_ARGS=--no-nsfw_checker --no-safety_checker --xformers
- CLI_ARGS=--xformers
# invoke-cpu:
# <<: *invoke
# profiles: ["invoke-cpu"]
# environment:
# - PRELOAD=true
# - CLI_ARGS=--always_use_cpu
sygil: &sygil
<<: *base_service