mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
lstein
This commit is contained in:
parent
56c69891c3
commit
84604e3502
3 changed files with 5 additions and 4 deletions
|
|
@ -23,9 +23,9 @@ This repository provides multiple UIs for you to play around with stable diffusi
|
||||||
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
### hlky
|
### hlky (sd-webui)
|
||||||
|
|
||||||
[hlky's fork](https://github.com/hlky/stable-diffusion-webui) is one of the most popular UIs, with many features:
|
[hlky's fork](https://github.com/sd-webui/stable-diffusion-webui) is one of the most popular UIs, with many features:
|
||||||
|
|
||||||
- Text to image, with many samplers
|
- Text to image, with many samplers
|
||||||
- Image to image, with masking, cropping, in-painting, variations.
|
- Image to image, with masking, cropping, in-painting, variations.
|
||||||
|
|
@ -42,7 +42,7 @@ Screenshots:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### lstein
|
### lstein (InvokeAI)
|
||||||
|
|
||||||
[lstein's fork](https://github.com/invoke-ai/InvokeAI) is one of the earliest with a wonderful WebUI.
|
[lstein's fork](https://github.com/invoke-ai/InvokeAI) is one of the earliest with a wonderful WebUI.
|
||||||
- Text to image, with many samplers
|
- Text to image, with many samplers
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ services:
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["lstein"]
|
profiles: ["lstein"]
|
||||||
build: ./services/lstein/
|
build: ./services/lstein/
|
||||||
|
image: sd-lstein:1
|
||||||
environment:
|
environment:
|
||||||
- PRELOAD=true
|
- PRELOAD=true
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ conda clean -a -y
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
ARG BRANCH=development SHA=fe2a2cfc8b6156805c420c026c5ef8bbb256899e
|
ARG BRANCH=development SHA=554445a985d970200095bbcb109273a49c462682
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
git fetch
|
git fetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue