2
2
3
3
Run Stable Diffusion on your machine with a nice UI without any hassle!
4
4
5
-
6
5
## Setup & Usage
7
6
8
7
Visit the wiki for [ Setup] ( https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup ) and [ Usage] ( https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Usage ) instructions, checkout the [ FAQ] ( https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ ) page if you face any problems, or create a new issue!
9
8
10
-
11
- ## Contributing
12
-
13
- Contributions are welcome! ** Create a discussion first of what the problem is and what you want to contribute (before you implement anything)**
14
9
## Features
15
10
16
11
This repository provides multiple UIs for you to play around with stable diffusion:
17
12
18
- ### AUTOMATIC1111
13
+ ### [ AUTOMATIC1111] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui )
19
14
20
- [ AUTOMATIC1111's fork] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui ) is imho the most feature rich yet elegant UI:
21
-
22
- - Text to image, with many samplers and even negative prompts!
23
- - Image to image, with masking, cropping, in-painting, out-painting, variations.
24
- - GFPGAN, RealESRGAN, LDSR, CodeFormer.
25
- - Loopback, prompt weighting, prompt matrix, X/Y plot
26
- - Live preview of the generated images.
27
- - Highly optimized 4GB GPU support, or even CPU only!
28
- - Textual inversion allows you to use pretrained textual inversion embeddings
29
- - [ Full feature list here] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase )
15
+ [ Full feature list here] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase ) , Screenshots:
30
16
31
17
| Text to image | Image to image | Extras |
32
18
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
33
19
| ![ ] ( 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 ) |
34
20
35
- ### hlky (sd-webui / sygil-webui)
21
+ ### [ InvokeAI (lstein)] ( https://github.com/invoke-ai/InvokeAI )
22
+
23
+ [ Full feature list here] ( https://github.com/invoke-ai/InvokeAI#features ) , Screenshots:
36
24
37
- [ hlky's fork] ( https://github.com/Sygil-Dev/sygil-webui ) is one of the most popular UIs, with many features:
25
+ | Text to image | Image to image | Extras |
26
+ | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
27
+ | ![ ] ( 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 ) |
38
28
39
- - Text to image, with many samplers
40
- - Image to image, with masking, cropping, in-painting, variations.
41
- - GFPGAN, RealESRGAN, LDSR, GoBig, GoLatent
42
- - Loopback, prompt weighting
43
- - 6GB or even 4GB GPU support!
44
- - [ Full feature list here] ( https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md )
29
+ ### [ Sygil (sd-webui / hlky)] ( https://github.com/Sygil-Dev/sygil-webui )
45
30
46
- Screenshots:
31
+ [ Full feature list here ] ( https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md ) , Screenshots:
47
32
48
33
| Text to image | Image to image | Image Lab |
49
34
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
50
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 ) |
51
36
37
+ ## Contributing
52
38
53
-
54
- ### lstein (InvokeAI)
55
-
56
- [ lstein's fork] ( https://github.com/invoke-ai/InvokeAI ) is one of the earliest with a wonderful WebUI.
57
- - Text to image, with many samplers
58
- - Image to image
59
- - 4GB GPU support
60
- - More coming!
61
- - [ Full feature list here] ( https://github.com/invoke-ai/InvokeAI#features )
62
-
63
- | Text to image | Image to image | Extras |
64
- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
65
- | ![ ] ( 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 ) |
66
-
39
+ Contributions are welcome! ** Create a discussion first of what the problem is and what you want to contribute (before you implement anything)**
67
40
68
41
## Disclaimer
69
42
@@ -75,10 +48,8 @@ This license of this software forbids you from sharing any content that violates
75
48
76
49
Special thanks to everyone behind these awesome projects, without them, none of this would have been possible:
77
50
78
- - [ hlky/stable-diffusion-webui] ( https://github.com/hlky/stable-diffusion-webui )
79
51
- [ AUTOMATIC1111/stable-diffusion-webui] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui )
80
- - [ lstein/stable-diffusion] ( https://github.com/lstein/stable-diffusion )
52
+ - [ InvokeAI] ( https://github.com/invoke-ai/InvokeAI )
53
+ - [ Sygil-webui] ( https://github.com/Sygil-Dev/sygil-webui )
81
54
- [ CompVis/stable-diffusion] ( https://github.com/CompVis/stable-diffusion )
82
- - [ hlky/sd-enable-textual-inversion] ( https://github.com/hlky/sd-enable-textual-inversion )
83
- - [ devilismyfriend/latent-diffusion] ( https://github.com/devilismyfriend/latent-diffusion )
84
- - [ Hafiidz/latent-diffusion] ( https://github.com/Hafiidz/latent-diffusion )
55
+ - and many many more.
0 commit comments