Spaces:
Runtime error
Runtime error
Commit
Β·
e5edf68
1
Parent(s):
e084c52
Add depth map text and links
Browse files
app.py
CHANGED
@@ -774,6 +774,12 @@ def random_seed():
|
|
774 |
with gr.Blocks() as depth_controlnet_gradio:
|
775 |
gr.Markdown('''
|
776 |
# <span style="display: inline-block; height: 30px; width: 30px; margin-bottom: -3px; border-radius: 7px; background-size: 50px; background-position: center; background-image: url(http://www.astronaut.horse/thumbnail.jpg)"></span> ControlNet + Depthmap
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
---
|
778 |
''')
|
779 |
with gr.Row():
|
|
|
774 |
with gr.Blocks() as depth_controlnet_gradio:
|
775 |
gr.Markdown('''
|
776 |
# <span style="display: inline-block; height: 30px; width: 30px; margin-bottom: -3px; border-radius: 7px; background-size: 50px; background-position: center; background-image: url(http://www.astronaut.horse/thumbnail.jpg)"></span> ControlNet + Depthmap
|
777 |
+
This tool allows you to apply a Stable Diffusion text prompt to an existing image composition using a Depth Map estimation tool. Note that you cannot currently apply trained artist concepts from the other tabs in this application to this process currently as they were trained using a more recent version of Stable Diffusion.
|
778 |
+
<br><br>
|
779 |
+
<a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
780 |
+
<br>
|
781 |
+
<a href="https://discord.gg/ZctfW4SvGw">https://discord.com</a><br>
|
782 |
+
<br>
|
783 |
---
|
784 |
''')
|
785 |
with gr.Row():
|