Spaces:
Paused
Paused
Commit
·
8205b3e
1
Parent(s):
360c2cd
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 124 |
with gr.Column(elem_id="container"):
|
| 125 |
gr.Markdown(
|
| 126 |
"""# Ultra-Fast SDXL with Latent Consistency LoRA
|
| 127 |
-
|
| 128 |
""",
|
| 129 |
elem_id="intro",
|
| 130 |
)
|
|
|
|
| 124 |
with gr.Column(elem_id="container"):
|
| 125 |
gr.Markdown(
|
| 126 |
"""# Ultra-Fast SDXL with Latent Consistency LoRA
|
| 127 |
+
SDXL is loaded with a LCM-LoRA, giving it the super power of doing inference in as little as 4 steps. [Learn more on our blog](#) or [technical report](#).
|
| 128 |
""",
|
| 129 |
elem_id="intro",
|
| 130 |
)
|