mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-26 15:54:17 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user