Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css) as demo:
|
|
112 |
with gr.Column(elem_id="container"):
|
113 |
gr.Markdown(
|
114 |
"""# SDXL in 4 steps with Latent Consistency LoRAs
|
115 |
-
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](
|
116 |
""",
|
117 |
elem_id="intro",
|
118 |
)
|
|
|
112 |
with gr.Column(elem_id="container"):
|
113 |
gr.Markdown(
|
114 |
"""# SDXL in 4 steps with Latent Consistency LoRAs
|
115 |
+
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](https://huggingface.co/blog/lcm_lora) or [technical report](https://huggingface.co/papers/2311.05556).
|
116 |
""",
|
117 |
elem_id="intro",
|
118 |
)
|