updated repo names (stable-diffusion-webui-docker -> stable-diffusion-webui-controlnet-docker)
Browse files- README.md +2 -3
- header_patch.py +3 -3
- pyproject.toml +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Stable Diffusion WebUI
|
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. <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
|
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
|
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. <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 <[email protected]"]
|
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 <[email protected]"]
|
8 |
|