Spaces:
Sleeping
Sleeping
clementchadebec
commited on
Commit
•
52c9f9c
1
Parent(s):
03e20b2
Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ with gr.Blocks(css=css) as demo:
|
|
93 |
gr.Markdown(
|
94 |
f"""
|
95 |
# ⚡ Flash Diffusion: FlashPixart ⚡
|
96 |
-
This is an interactive demo of [Flash Diffusion](
|
97 |
-
Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin.*
|
98 |
[This model](https://huggingface.co/jasperai/flash-pixart) is a **66.5M** LoRA distilled version of [Pixart-α](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS) model that is able to generate 1024x1024 images in **4 steps**.
|
99 |
Currently running on {power_device}.
|
100 |
"""
|
|
|
93 |
gr.Markdown(
|
94 |
f"""
|
95 |
# ⚡ Flash Diffusion: FlashPixart ⚡
|
96 |
+
This is an interactive demo of [Flash Diffusion](https://gojasper.github.io/flash-diffusion-project/), a diffusion distillation method proposed in [Flash Diffusion: Accelerating Any Conditional
|
97 |
+
Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin.*
|
98 |
[This model](https://huggingface.co/jasperai/flash-pixart) is a **66.5M** LoRA distilled version of [Pixart-α](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS) model that is able to generate 1024x1024 images in **4 steps**.
|
99 |
Currently running on {power_device}.
|
100 |
"""
|