Aesthetic changes

This commit is contained in:
PassiveLemon 2023-04-02 00:46:10 -04:00
parent c5ba8926d5
commit 738851bb80
2 changed files with 10 additions and 11 deletions

View file

@ -40,7 +40,7 @@ This repository provides multiple UIs for you to play around with stable diffusi
| Text to image |
| - |
|![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png)|
| ![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png) |
## Contributing

View file

@ -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=