Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks() as gradio_gui:
|
|
| 95 |
"""
|
| 96 |
# InstaFlow! One-Step Stable Diffusion with Rectified Flow
|
| 97 |
## This Huggingface Space provides a demo of one-step InstaFlow-0.9B and measures the inference time.
|
| 98 |
-
## For fair comparison, Stable
|
| 99 |
##
|
| 100 |
""")
|
| 101 |
gr.Markdown("Set Input Seed and Text Prompts Here")
|
|
|
|
| 95 |
"""
|
| 96 |
# InstaFlow! One-Step Stable Diffusion with Rectified Flow
|
| 97 |
## This Huggingface Space provides a demo of one-step InstaFlow-0.9B and measures the inference time.
|
| 98 |
+
## For fair comparison, Stable Diffusion 1.5 is shown in parallel, running on the same GPU.
|
| 99 |
##
|
| 100 |
""")
|
| 101 |
gr.Markdown("Set Input Seed and Text Prompts Here")
|