Spaces:
Runtime error
Runtime error
madebyollin
commited on
Commit
•
f689a79
1
Parent(s):
d8cb877
fix description text
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(css=css) as demo:
|
|
321 |
with gr.Column(elem_id="col-container"):
|
322 |
gr.Markdown(
|
323 |
f"""
|
324 |
-
# Demo [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
|
325 |
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)
|
326 |
"""
|
327 |
)
|
|
|
321 |
with gr.Column(elem_id="col-container"):
|
322 |
gr.Markdown(
|
323 |
f"""
|
324 |
+
# Demo [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium) with real-time [TAESD3](https://huggingface.co/madebyollin/taesd3) previews
|
325 |
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)
|
326 |
"""
|
327 |
)
|