mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
Aesthetic changes
This commit is contained in:
parent
c5ba8926d5
commit
738851bb80
|
|
@ -40,7 +40,7 @@ This repository provides multiple UIs for you to play around with stable diffusi
|
|||
|
||||
| Text to image |
|
||||
| - |
|
||||
||
|
||||
|  |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ name: webui-docker
|
|||
services:
|
||||
download:
|
||||
build: ./services/download/
|
||||
profiles: ["download"]
|
||||
profiles: [ "download" ]
|
||||
volumes:
|
||||
- *v1
|
||||
|
||||
auto: &automatic
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
profiles: [ "auto" ]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:49
|
||||
environment:
|
||||
|
|
@ -34,24 +34,23 @@ services:
|
|||
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
profiles: ["auto-cpu"]
|
||||
profiles: [ "auto-cpu" ]
|
||||
deploy: {}
|
||||
environment:
|
||||
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
|
||||
|
||||
invoke:
|
||||
<<: *base_service
|
||||
profiles: ["invoke"]
|
||||
profiles: [ "invoke" ]
|
||||
build: ./services/invoke/
|
||||
image: sd-invoke:26
|
||||
environment:
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=
|
||||
|
||||
|
||||
sygil: &sygil
|
||||
<<: *base_service
|
||||
profiles: ["sygil"]
|
||||
profiles: [ "sygil" ]
|
||||
build: ./services/sygil/
|
||||
image: sd-sygil:16
|
||||
environment:
|
||||
|
|
@ -60,16 +59,16 @@ services:
|
|||
|
||||
sygil-sl:
|
||||
<<: *sygil
|
||||
profiles: ["sygil-sl"]
|
||||
profiles: [ "sygil-sl" ]
|
||||
environment:
|
||||
- USE_STREAMLIT=1
|
||||
|
||||
comfy: &comfy
|
||||
<<: *base_service
|
||||
profiles: ["comfy"]
|
||||
profiles: [ "comfy" ]
|
||||
build: ./services/comfy/
|
||||
image: sd-comfy:1
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
volumes:
|
||||
- *v2
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue