mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
Revert unnecessary changes
This commit is contained in:
parent
ea82e7d7f9
commit
ff81ff201a
14
README.md
14
README.md
|
|
@ -14,24 +14,24 @@ This repository provides multiple UIs for you to play around with stable diffusi
|
||||||
|
|
||||||
[Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase), Screenshots:
|
[Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase), Screenshots:
|
||||||
|
|
||||||
| Text to image | Image to image | Extras |
|
| Text to image | Image to image | Extras |
|
||||||
| - | - | - |
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
### [InvokeAI (lstein)](https://github.com/invoke-ai/InvokeAI)
|
### [InvokeAI (lstein)](https://github.com/invoke-ai/InvokeAI)
|
||||||
|
|
||||||
[Full feature list here](https://github.com/invoke-ai/InvokeAI#features), Screenshots:
|
[Full feature list here](https://github.com/invoke-ai/InvokeAI#features), Screenshots:
|
||||||
|
|
||||||
| Text to image | Image to image | Extras |
|
| Text to image | Image to image | Extras |
|
||||||
| - | - | - |
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
### [Sygil (sd-webui / hlky)](https://github.com/Sygil-Dev/sygil-webui)
|
### [Sygil (sd-webui / hlky)](https://github.com/Sygil-Dev/sygil-webui)
|
||||||
|
|
||||||
[Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md), Screenshots:
|
[Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md), Screenshots:
|
||||||
|
|
||||||
| Text to image | Image to image | Image Lab |
|
| Text to image | Image to image | Image Lab |
|
||||||
| - | - | - |
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
||||||
|
|
@ -61,4 +61,4 @@ Special thanks to everyone behind these awesome projects, without them, none of
|
||||||
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
|
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
|
||||||
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
||||||
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
|
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
|
||||||
- and many many more.
|
- and many many more.
|
||||||
|
|
@ -11,22 +11,22 @@ x-base_service: &base_service
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
devices:
|
devices:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
device_ids: ['0']
|
device_ids: ['0']
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
name: webui-docker
|
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,14 +34,14 @@ 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:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
|
|
||||||
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:
|
||||||
|
|
@ -59,13 +59,13 @@ 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
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue