Xenos14 commited on
Commit
56b2645
β€’
1 Parent(s): 1d53ebf

Update README.md (#1)

Browse files

- Update README.md (28bee20363accc851ec389dc0e4816e12c465fab)

Files changed (1) hide show
  1. README.md +5 -25
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
- Private image builds with 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.
 
 
27
 
28
- Shared UI space would usually load with a model based on Stable Diffusion 1.5.
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. Under the *"Settings"* tab of your space you can choose which hardware for your space, that you will also be billed for.
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! πŸ™