Refactor invoke (#405)

Fixes a problem with cross attention class missing from diffusers


models are now taken from the huggingFace cache.


50eb02f68b
This commit is contained in:
AbdBarho
2023-04-16 10:56:27 +02:00
committed by GitHub
parent 555c26b7ce
commit 10c16e1971
4 changed files with 30 additions and 57 deletions

View File

@@ -43,10 +43,10 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:26
image: sd-invoke:27
environment:
- PRELOAD=true
- CLI_ARGS=
- CLI_ARGS=--no-nsfw_checker --no-safety_checker --xformers
sygil: &sygil