diff --git a/README.md b/README.md index 85cbef6..f6520d6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 3d49fcc..497aaa2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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=