Additional links and acknowledgements
Browse files
README.md
CHANGED
@@ -22,9 +22,9 @@ models:
|
|
22 |
|
23 |
## Stable Diffusion WebUI + ControlNet
|
24 |
|
25 |
-
Comes both with Stable Diffusion 2.1 models and Stable Diffusion 1.5 models
|
26 |
|
27 |
-
π³
|
28 |
|
29 |
### Setup on Hugging Face
|
30 |
|
@@ -36,14 +36,16 @@ Comes both with Stable Diffusion 2.1 models and Stable Diffusion 1.5 models. Com
|
|
36 |
|
37 |
### Relevant links for more information
|
38 |
|
|
|
|
|
39 |
#### Stable Diffusion Web UI
|
40 |
|
41 |
-
*
|
42 |
* Documentation: [https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki)
|
43 |
|
44 |
#### WebUI extension for ControlNet
|
45 |
|
46 |
-
*
|
47 |
|
48 |
#### ControlNet models
|
49 |
|
@@ -87,3 +89,16 @@ Some models such as additional checkpoints, VAE, LoRA, etc. may already be prese
|
|
87 |
* See [https://huggingface.co/models?filter=stable-diffusion](https://huggingface.co/models?filter=stable-diffusion) and [https://civitai.com/](https://civitai.com/) for more.
|
88 |
|
89 |
Visit the individual model pages for more information on the models and their licenses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Stable Diffusion WebUI + ControlNet
|
24 |
|
25 |
+
Comes both with Stable Diffusion 2.1 models and Stable Diffusion 1.5 models and bundles several popular extensions to [AUTOMATIC1111's WebUI]([https://github.com/AUTOMATIC1111/stable-diffusion-webui]), including the [ControlNet WebUI extension](https://github.com/Mikubill/sd-webui-controlnet). ControlNet models primarily works best with the SD 1.5 models at the time of writing.
|
26 |
|
27 |
+
π³ π¦ Builds a Docker image to be run as a Space at [Hugging Face](https://huggingface.co/) using A10G or T4 hardware.
|
28 |
|
29 |
### Setup on Hugging Face
|
30 |
|
|
|
36 |
|
37 |
### Relevant links for more information
|
38 |
|
39 |
+
This repo, containing the `Dockerfile`, etc. for building the image can originally be found on both [`π€ Hugging Face β carloscar/stable-diffusion-webui-docker`](https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker) and [`π GitHub β kalaspuff/stable-diffusion-webui-docker`](https://github.com/kalaspuff/stable-diffusion-webui-docker).
|
40 |
+
|
41 |
#### Stable Diffusion Web UI
|
42 |
|
43 |
+
* Source Code: [https://github.com/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
44 |
* Documentation: [https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki)
|
45 |
|
46 |
#### WebUI extension for ControlNet
|
47 |
|
48 |
+
* Source Code: [https://github.com/Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
49 |
|
50 |
#### ControlNet models
|
51 |
|
|
|
89 |
* See [https://huggingface.co/models?filter=stable-diffusion](https://huggingface.co/models?filter=stable-diffusion) and [https://civitai.com/](https://civitai.com/) for more.
|
90 |
|
91 |
Visit the individual model pages for more information on the models and their licenses.
|
92 |
+
|
93 |
+
### Extensions
|
94 |
+
|
95 |
+
* [GitHub β deforum-art/deforum-for-automatic1111-webui](https://github.com/deforum-art/deforum-for-automatic1111-webui)
|
96 |
+
* [GitHub β yfszzx/stable-diffusion-webui-images-browser](https://github.com/yfszzx/stable-diffusion-webui-images-browser)
|
97 |
+
* [GitHub β Vetchems/sd-civitai-browser](https://github.com/Vetchems/sd-civitai-browser)
|
98 |
+
* [GitHub β kohya-ss/sd-webui-additional-networks](https://github.com/kohya-ss/sd-webui-additional-networks)
|
99 |
+
* [GitHub β https://github.com/Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
100 |
+
|
101 |
+
### Additional acknowledgements
|
102 |
+
|
103 |
+
A lot of inspiration for this Docker build comes from [GitHub β camenduru](https://github.com/camenduru). Amazing things! π
|
104 |
+
|