Skip to content

Commit 1106274

Browse files
authored
Deprecate Sygil (#450)
It has been a long and wonderful journey
1 parent 87b1509 commit 1106274

File tree

8 files changed

+1
-131
lines changed

8 files changed

+1
-131
lines changed

.github/workflows/docker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
profile:
1616
- auto
17-
- sygil
1817
- invoke
1918
- comfy
2019
- download

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ This repository provides multiple UIs for you to play around with stable diffusi
2626
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
2727
| ![](https://user-images.githubusercontent.com/24505302/195158552-39f58cb6-cfcc-4141-9995-a626e3760752.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158553-152a0ab8-c0fd-4087-b121-4823bcd8d6b5.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158548-e118206e-c519-4915-85d6-4c248eb10fc0.jpg) |
2828

29-
### [Sygil (sd-webui / hlky)](https://github.com/Sygil-Dev/sygil-webui)
30-
31-
[Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md), Screenshots:
32-
33-
| Text to image | Image to image | Image Lab |
34-
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
35-
| ![](https://user-images.githubusercontent.com/24505302/189541298-f902b021-a1eb-4e4b-b2eb-b6a696a8ec80.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541295-7d7f2162-2189-4e0a-abbd-703f4779e1cd.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541294-aa7f7735-a973-4e17-ada0-1fe3acbb1772.jpg) |
36-
3729
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
3830

3931
[Full feature list here](https://github.com/comfyanonymous/ComfyUI#features), Screenshot:
@@ -58,7 +50,7 @@ Special thanks to everyone behind these awesome projects, without them, none of
5850

5951
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
6052
- [InvokeAI](https://github.com/invoke-ai/InvokeAI)
61-
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
6253
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
6354
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
55+
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
6456
- and many many more.

docker-compose.yml

-15
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,6 @@ services:
5555
# - PRELOAD=true
5656
# - CLI_ARGS=--always_use_cpu
5757

58-
sygil: &sygil
59-
<<: *base_service
60-
profiles: ["sygil"]
61-
build: ./services/sygil/
62-
image: sd-sygil:16
63-
environment:
64-
- CLI_ARGS=--optimized-turbo
65-
- USE_STREAMLIT=0
66-
67-
sygil-sl:
68-
<<: *sygil
69-
profiles: ["sygil-sl"]
70-
environment:
71-
- USE_STREAMLIT=1
72-
7358
comfy: &comfy
7459
<<: *base_service
7560
profiles: ["comfy"]

services/sygil/Dockerfile

-40
This file was deleted.

services/sygil/info.py

-13
This file was deleted.

services/sygil/mount.sh

-32
This file was deleted.

services/sygil/run.sh

-10
This file was deleted.

services/sygil/userconfig_streamlit.yaml

-11
This file was deleted.

0 commit comments

Comments
 (0)