carloscar commited on
Commit
051231b
β€’
1 Parent(s): fb91478

updated repo names (stable-diffusion-webui-docker -> stable-diffusion-webui-controlnet-docker)

Browse files
Files changed (3) hide show
  1. README.md +2 -3
  2. header_patch.py +3 -3
  3. pyproject.toml +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Stable Diffusion WebUI + ControlNet
3
  emoji: πŸ¦„
4
  colorFrom: pink
5
  colorTo: yellow
@@ -40,7 +40,7 @@ Shared UI space would usually load with a model based on Stable Diffusion 1.5.
40
 
41
  #### Repo for this builder
42
 
43
- 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).
44
 
45
  #### Stable Diffusion Web UI
46
 
@@ -106,4 +106,3 @@ Visit the individual model pages for more information on the models and their li
106
  ### Additional acknowledgements
107
 
108
  A lot of inspiration for this Docker build comes from [GitHub βž” camenduru](https://github.com/camenduru). Amazing things! πŸ™
109
-
 
1
  ---
2
+ title: Stable Diffusion WebUI ControlNet
3
  emoji: πŸ¦„
4
  colorFrom: pink
5
  colorTo: yellow
 
40
 
41
  #### Repo for this builder
42
 
43
+ This repo, containing the `Dockerfile`, etc. for building the image can originally be found on both [`πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-controlnet-docker`](https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker) and [`πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-controlnet-docker`](https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker).
44
 
45
  #### Stable Diffusion Web UI
46
 
 
106
  ### Additional acknowledgements
107
 
108
  A lot of inspiration for this Docker build comes from [GitHub βž” camenduru](https://github.com/camenduru). Amazing things! πŸ™
 
header_patch.py CHANGED
@@ -3,7 +3,7 @@
3
  gr.HTML(f"""
4
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
5
  <p>β–² Automatic1111's Stable Diffusion WebUI + Mikubill's ControlNet WebUI extension | Running on Hugging Face | Loaded checkpoint: <a href="https://civitai.com/models/8124/a-to-zovya-rpg-artists-tools-15-and-21" style="target=" _blank"="">AtoZovyaRPGArtistTools15_sd15V1</a></p>
6
- <p>β–² Docker build from <a href="https://github.com/kalaspuff/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-docker</a> / <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-docker</a></p>
7
  <p>β–² Duplicate this Space to run it privately without a queue, use negative prompts + load checkpoints, etc.&nbsp;&nbsp;<a style="display:inline-block; position: absolute;" target="_blank" href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}?duplicate=true"><img style="margin: 0; height: 16px; position: relative; top: 2px;" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Duplicate%20Space-blue" alt="Duplicate Space"></a></p>
8
  </div>
9
  """)
@@ -12,7 +12,7 @@
12
  if not torch.cuda.is_available():
13
  gr.HTML(f"""
14
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
15
- <p>β–² Docker setup: <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-docker</a> | <a href="https://github.com/kalaspuff/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-docker</a></p>
16
  <p>β–² Load additional checkpoints, VAE, LoRA models, etc. Read more on the README at the GitHub link above.</p>
17
  <p>β–² This Space is currently running on CPU, which may yield very slow results - you can upgrade for a GPU <a href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}/settings" style="text-decoration: underline" target="_blank">in the Settings tab</a></p>
18
  </div>
@@ -20,7 +20,7 @@
20
  else:
21
  gr.HTML(f"""
22
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
23
- <p>β–² Docker setup: <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-docker</a> | <a href="https://github.com/kalaspuff/stable-diffusion-webui-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-docker</a></p>
24
  <p>β–² Load additional checkpoints, VAE, LoRA models, etc. Read more on the README at the GitHub link above.</p>
25
  <p>β–² This Space has GPU enabled - remember to remove the GPU from the space <a href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}/settings" style="text-decoration: underline" target="_blank">in the Settings tab</a> when you're done.</p>
26
  </div>
 
3
  gr.HTML(f"""
4
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
5
  <p>β–² Automatic1111's Stable Diffusion WebUI + Mikubill's ControlNet WebUI extension | Running on Hugging Face | Loaded checkpoint: <a href="https://civitai.com/models/8124/a-to-zovya-rpg-artists-tools-15-and-21" style="target=" _blank"="">AtoZovyaRPGArtistTools15_sd15V1</a></p>
6
+ <p>β–² Docker build from <a href="https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-controlnet-docker</a> / <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-controlnet-docker</a></p>
7
  <p>β–² Duplicate this Space to run it privately without a queue, use negative prompts + load checkpoints, etc.&nbsp;&nbsp;<a style="display:inline-block; position: absolute;" target="_blank" href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}?duplicate=true"><img style="margin: 0; height: 16px; position: relative; top: 2px;" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Duplicate%20Space-blue" alt="Duplicate Space"></a></p>
8
  </div>
9
  """)
 
12
  if not torch.cuda.is_available():
13
  gr.HTML(f"""
14
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
15
+ <p>β–² Docker build from <a href="https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-controlnet-docker</a> / <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-controlnet-docker</a></p>
16
  <p>β–² Load additional checkpoints, VAE, LoRA models, etc. Read more on the README at the GitHub link above.</p>
17
  <p>β–² This Space is currently running on CPU, which may yield very slow results - you can upgrade for a GPU <a href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}/settings" style="text-decoration: underline" target="_blank">in the Settings tab</a></p>
18
  </div>
 
20
  else:
21
  gr.HTML(f"""
22
  <div class="gr-prose" style="max-width: 80%; font-size: 12px; line-height: 20px; font-family: monospace;">
23
+ <p>β–² Docker build from <a href="https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ™ GitHub βž” kalaspuff/stable-diffusion-webui-controlnet-docker</a> / <a href="https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker" style="target=" _blank"="">πŸ€— Hugging Face βž” carloscar/stable-diffusion-webui-controlnet-docker</a></p>
24
  <p>β–² Load additional checkpoints, VAE, LoRA models, etc. Read more on the README at the GitHub link above.</p>
25
  <p>β–² This Space has GPU enabled - remember to remove the GPU from the space <a href="https://huggingface.co/spaces/{os.environ["SPACE_ID"]}/settings" style="text-decoration: underline" target="_blank">in the Settings tab</a> when you're done.</p>
26
  </div>
pyproject.toml CHANGED
@@ -1,8 +1,8 @@
1
  [tool.poetry]
2
  name = "stable-diffusion-webui-docker"
3
  version = "0"
4
- repository = "https://github.com/kalaspuff/stable-diffusion-webui-docker"
5
- homepage = "https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker"
6
  description = "Build configuration for Docker to set up AUTOMATIC1111's Stable Diffusion WebUI + Mikubill's ControlNet extension to run on a GPU-enabled server."
7
  authors = ["Carl Oscar Aaro <hello@carloscar.com"]
8
 
 
1
  [tool.poetry]
2
  name = "stable-diffusion-webui-docker"
3
  version = "0"
4
+ repository = "https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker"
5
+ homepage = "https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker"
6
  description = "Build configuration for Docker to set up AUTOMATIC1111's Stable Diffusion WebUI + Mikubill's ControlNet extension to run on a GPU-enabled server."
7
  authors = ["Carl Oscar Aaro <hello@carloscar.com"]
8