Skip to content

Commit 49ad173

Browse files
authored
1 parent 5122f83 commit 49ad173

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ This repository provides multiple UIs for you to play around with stable diffusi
2323
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
2424
| ![](https://user-images.githubusercontent.com/24505302/189541954-46afd772-d0c8-4005-874c-e2eca40c02f2.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541956-5b528de7-1b5d-479f-a1db-d3f5a53afc59.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541957-cf78b352-a071-486d-8889-f26952779a61.jpg) |
2525

26-
### hlky (sd-webui)
26+
### hlky (sd-webui / sygil-webui)
2727

28-
[hlky's fork](https://github.com/sd-webui/stable-diffusion-webui) is one of the most popular UIs, with many features:
28+
[hlky's fork](https://github.com/Sygil-Dev/sygil-webui) is one of the most popular UIs, with many features:
2929

3030
- Text to image, with many samplers
3131
- Image to image, with masking, cropping, in-painting, variations.
3232
- GFPGAN, RealESRGAN, LDSR, GoBig, GoLatent
3333
- Loopback, prompt weighting
3434
- 6GB or even 4GB GPU support!
35-
- [Full feature list here](https://github.com/sd-webui/stable-diffusion-webui/blob/master/README.md)
35+
- [Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md)
3636

3737
Screenshots:
3838

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
<<: *base_service
2828
profiles: ["hlky"]
2929
build: ./services/hlky/
30-
image: sd-hlky:1
30+
image: sd-hlky:2
3131
environment:
3232
- CLI_ARGS=--optimized-turbo
3333
- USE_STREAMLIT=0
@@ -36,7 +36,7 @@ services:
3636
<<: *base_service
3737
profiles: ["auto"]
3838
build: ./services/AUTOMATIC1111
39-
image: sd-auto:1
39+
image: sd-auto:2
4040
environment:
4141
- CLI_ARGS=--allow-code --medvram --xformers
4242

@@ -51,7 +51,7 @@ services:
5151
<<: *base_service
5252
profiles: ["lstein"]
5353
build: ./services/lstein/
54-
image: sd-lstein:1
54+
image: sd-lstein:2
5555
environment:
5656
- PRELOAD=true
5757
- CLI_ARGS=

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y
5959
# Note: don't update the sha of previous versions because the install will take forever
6060
# instead, update the repo state in a later step
6161

62-
ARG SHA=f49c08ea566385db339c6628f65c3a121033f67c
62+
ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1
6363
RUN <<EOF
6464
cd stable-diffusion-webui
6565
git pull --rebase

services/hlky/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conda clean -a -y
2222
EOF
2323

2424

25-
ARG BRANCH=dev SHA=8d1e42b9c50c747d056b0a98f3c2eb7652fb73a7
25+
ARG BRANCH=dev SHA=bb7fce1a871cc434145d5a2114e5d70cbdafa34d
2626
RUN <<EOF
2727
cd stable-diffusion
2828
git fetch

services/hlky/userconfig_streamlit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
general:
2-
version: 1.20.0
2+
version: 1.24.6
33
outdir: /output
44
default_model: "Stable Diffusion v1.5"
55
default_model_path: /data/StableDiffusion/v1-5-pruned-emaonly.ckpt

services/lstein/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ conda clean -a -y
2424
EOF
2525

2626

27-
ARG BRANCH=development SHA=554445a985d970200095bbcb109273a49c462682
27+
ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
2828
RUN <<EOF
2929
cd stable-diffusion
3030
git fetch

0 commit comments

Comments
 (0)