Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,14 @@ set_model('InstaFlow-0.9B')
|
|
131 |
set_base_model("runwayml/stable-diffusion-v1-5")
|
132 |
|
133 |
with gr.Blocks() as gradio_gui:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
gr.Markdown("Set Input Seed and Text Prompts Here")
|
135 |
with gr.Row():
|
136 |
with gr.Column(scale=0.4):
|
|
|
131 |
set_base_model("runwayml/stable-diffusion-v1-5")
|
132 |
|
133 |
with gr.Blocks() as gradio_gui:
|
134 |
+
gr.Markdown(
|
135 |
+
"""
|
136 |
+
# InstaFlow! One-Step Stable Diffusion with Rectified Flow
|
137 |
+
## This Huggingface Space provides a demo of one-step InstaFlow-0.9B and measures the inference time.
|
138 |
+
## For fair comparison, Stable Difusion 1.5 is shown in parallel.
|
139 |
+
##
|
140 |
+
##
|
141 |
+
""")
|
142 |
gr.Markdown("Set Input Seed and Text Prompts Here")
|
143 |
with gr.Row():
|
144 |
with gr.Column(scale=0.4):
|