Spaces:
Runtime error
Runtime error
Update README.md (#1)
Browse files- Update README.md (28bee20363accc851ec389dc0e4816e12c465fab)
README.md
CHANGED
@@ -10,30 +10,18 @@ tags:
|
|
10 |
- stable-diffusion
|
11 |
- stable-diffusion-diffusers
|
12 |
- text-to-image
|
13 |
-
models:
|
14 |
-
- stabilityai/stable-diffusion-2-1
|
15 |
-
- runwayml/stable-diffusion-v1-5
|
16 |
-
- lllyasviel/ControlNet
|
17 |
-
- webui/ControlNet-modules-safetensors
|
18 |
-
- dreamlike-art/dreamlike-diffusion-1.0
|
19 |
-
- Anashel/rpg
|
20 |
-
- Lykon/DreamShaper
|
21 |
-
duplicated_from: Xenos14/stable-diffusion-webui-controlnet-docker-TWO
|
22 |
-
---
|
23 |
-
|
24 |
-
## Stable Diffusion WebUI + ControlNet
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
28 |
-
|
29 |
|
30 |
-
π³ π¦ Builds a Docker image to be run as a Space at [Hugging Face](https://huggingface.co/) using A10G or T4 hardware.
|
31 |
|
32 |
### Setup on Hugging Face
|
33 |
|
34 |
1. Duplicate this space to your Hugging Face account or clone this repo to your account.
|
35 |
-
2.
|
36 |
-
3. The [`on_start.sh`](./on_start.sh) file will be run when the container is started, right before the WebUI is initiated. This is where you can install any additional extensions or models you may need. Make sure the env value `IS_SHARED_UI` is set to `0` or is unset for your space, or else only the lightweight model installation will run and some features will be disabled.
|
37 |
|
38 |
---
|
39 |
|
@@ -96,14 +84,6 @@ Some models such as additional checkpoints, VAE, LoRA, etc. may already be prese
|
|
96 |
|
97 |
Visit the individual model pages for more information on the models and their licenses.
|
98 |
|
99 |
-
### Extensions
|
100 |
-
|
101 |
-
* [GitHub β deforum-art/deforum-for-automatic1111-webui](https://github.com/deforum-art/deforum-for-automatic1111-webui)
|
102 |
-
* [GitHub β yfszzx/stable-diffusion-webui-images-browser](https://github.com/yfszzx/stable-diffusion-webui-images-browser)
|
103 |
-
* [GitHub β Vetchems/sd-civitai-browser](https://github.com/Vetchems/sd-civitai-browser)
|
104 |
-
* [GitHub β kohya-ss/sd-webui-additional-networks](https://github.com/kohya-ss/sd-webui-additional-networks)
|
105 |
-
* [GitHub β Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
106 |
-
|
107 |
### Additional acknowledgements
|
108 |
|
109 |
A lot of inspiration for this Docker build comes from [GitHub β camenduru](https://github.com/camenduru). Amazing things! π
|
|
|
10 |
- stable-diffusion
|
11 |
- stable-diffusion-diffusers
|
12 |
- text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
duplicated_from: carloscar/stable-diffusion-webui-controlnet-docker
|
15 |
+
---
|
16 |
+
This is a modified version of the Space here: carloscar/stable-diffusion-webui-controlnet-docker
|
17 |
|
18 |
+
While it should still work fine with GPU upgrades (though untested), it has been optimized and set up with usage for a "no GPU" environment. I've removed a few extensions which won't work without a GPU and added a few more that help either performance or output quality in an environment without a GPU.
|
19 |
|
|
|
20 |
|
21 |
### Setup on Hugging Face
|
22 |
|
23 |
1. Duplicate this space to your Hugging Face account or clone this repo to your account.
|
24 |
+
2. The [`on_start.sh`](./on_start.sh) file will be run when the container is started, right before the WebUI is initiated. This is where you can install any additional extensions or models you may need. Make sure the env value `IS_SHARED_UI` is set to `0` or is unset for your space, or else only the lightweight model installation will run and some features will be disabled.
|
|
|
25 |
|
26 |
---
|
27 |
|
|
|
84 |
|
85 |
Visit the individual model pages for more information on the models and their licenses.
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
### Additional acknowledgements
|
88 |
|
89 |
A lot of inspiration for this Docker build comes from [GitHub β camenduru](https://github.com/camenduru). Amazing things! π
|