Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,9 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
gr.Markdown("""
|
82 |
# SD3 ControlNet
|
83 |
|
84 |
-
Experiment with Stable Diffusion 3 ControlNet models proposed and maintained by the InstantX team
|
|
|
|
|
85 |
""")
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
|
|
81 |
gr.Markdown("""
|
82 |
# SD3 ControlNet
|
83 |
|
84 |
+
Experiment with Stable Diffusion 3 ControlNet models proposed and maintained by the InstantX team.<br />
|
85 |
+
Model Card: [InstantX/SD3-Controlnet-Canny](https://huggingface.co/InstantX/SD3-Controlnet-Canny)
|
86 |
+
|
87 |
""")
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|