mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00: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:
parent
555c26b7ce
commit
10c16e1971
4 changed files with 30 additions and 57 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue