Spaces:
Running
on
Zero
Running
on
Zero
Fix links
#1
by
multimodalart
HF staff
- opened
app.py
CHANGED
@@ -52,8 +52,8 @@ with gr.Blocks(css=css) as demo:
|
|
52 |
|
53 |
with gr.Column(elem_id="col-container"):
|
54 |
gr.Markdown(f"""
|
55 |
-
# Stable Diffusion 3 Medium
|
56 |
-
|
57 |
""")
|
58 |
|
59 |
with gr.Row():
|
|
|
52 |
|
53 |
with gr.Column(elem_id="col-container"):
|
54 |
gr.Markdown(f"""
|
55 |
+
# Demo [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
|
56 |
+
Learn more about the [Stable Diffusion 3 series](https://stability.ai/news/stable-diffusion-3). Try on [Stability AI API](https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post), [Stable Assistant](https://stability.ai/stable-assistant), or on Discord via [Stable Artisan](https://stability.ai/stable-artisan). Run locally with [ComfyUI](https://github.com/comfyanonymous/ComfyUI) or [diffusers](https://github.com/huggingface/diffusers)
|
57 |
""")
|
58 |
|
59 |
with gr.Row():
|