mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
parent
9ac33db795
commit
7fb8b97b90
3 changed files with 21 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue