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 | | Text to image |
| - | | - |
|![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png)| | ![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png) |
## Contributing ## Contributing

View file

@ -20,13 +20,13 @@ name: webui-docker
services: services:
download: download:
build: ./services/download/ build: ./services/download/
profiles: ["download"] profiles: [ "download" ]
volumes: volumes:
- *v1 - *v1
auto: &automatic auto: &automatic
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: [ "auto" ]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
image: sd-auto:49 image: sd-auto:49
environment: environment:
@ -34,24 +34,23 @@ services:
auto-cpu: auto-cpu:
<<: *automatic <<: *automatic
profiles: ["auto-cpu"] profiles: [ "auto-cpu" ]
deploy: {} deploy: {}
environment: environment:
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api - CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
invoke: invoke:
<<: *base_service <<: *base_service
profiles: ["invoke"] profiles: [ "invoke" ]
build: ./services/invoke/ build: ./services/invoke/
image: sd-invoke:26 image: sd-invoke:26
environment: environment:
- PRELOAD=true - PRELOAD=true
- CLI_ARGS= - CLI_ARGS=
sygil: &sygil sygil: &sygil
<<: *base_service <<: *base_service
profiles: ["sygil"] profiles: [ "sygil" ]
build: ./services/sygil/ build: ./services/sygil/
image: sd-sygil:16 image: sd-sygil:16
environment: environment:
@ -60,16 +59,16 @@ services:
sygil-sl: sygil-sl:
<<: *sygil <<: *sygil
profiles: ["sygil-sl"] profiles: [ "sygil-sl" ]
environment: environment:
- USE_STREAMLIT=1 - USE_STREAMLIT=1
comfy: &comfy comfy: &comfy
<<: *base_service <<: *base_service
profiles: ["comfy"] profiles: [ "comfy" ]
build: ./services/comfy/ build: ./services/comfy/
image: sd-comfy:1 image: sd-comfy:1
environment:
- CLI_ARGS=
volumes: volumes:
- *v2 - *v2
environment:
- CLI_ARGS=