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:
|
||||
|
||||
| Text to image | Image to image | Extras |
|
||||
| - | - | - |
|
||||
| Text to image | Image to image | Extras |
|
||||
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||
|  |  |  |
|
||||
|
||||
### [InvokeAI (lstein)](https://github.com/invoke-ai/InvokeAI)
|
||||
|
||||
[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)
|
||||
|
||||
[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)
|
||||
|
|
@ -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)
|
||||
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
||||
- [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:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
device_ids: ['0']
|
||||
capabilities: [gpu]
|
||||
- driver: nvidia
|
||||
device_ids: ['0']
|
||||
capabilities: [gpu]
|
||||
|
||||
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,14 +34,14 @@ 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:
|
||||
|
|
@ -50,7 +50,7 @@ services:
|
|||
|
||||
sygil: &sygil
|
||||
<<: *base_service
|
||||
profiles: [ "sygil" ]
|
||||
profiles: ["sygil"]
|
||||
build: ./services/sygil/
|
||||
image: sd-sygil:16
|
||||
environment:
|
||||
|
|
@ -59,13 +59,13 @@ 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
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue