mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
lstein
This commit is contained in:
parent
56c69891c3
commit
84604e3502
|
|
@ -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
|
||||
- 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.
|
||||
- Text to image, with many samplers
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ services:
|
|||
<<: *base_service
|
||||
profiles: ["lstein"]
|
||||
build: ./services/lstein/
|
||||
image: sd-lstein:1
|
||||
environment:
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ conda clean -a -y
|
|||
EOF
|
||||
|
||||
|
||||
ARG BRANCH=development SHA=fe2a2cfc8b6156805c420c026c5ef8bbb256899e
|
||||
ARG BRANCH=development SHA=554445a985d970200095bbcb109273a49c462682
|
||||
RUN <<EOF
|
||||
cd stable-diffusion
|
||||
git fetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue