Spaces:
Running
on
Zero
Running
on
Zero
clementchadebec
commited on
Commit
•
a3b0b89
1
Parent(s):
d1eabfd
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,9 @@ with gr.Blocks(css=css) as demo:
|
|
85 |
|
86 |
with gr.Column(elem_id="col-container"):
|
87 |
gr.Markdown(f"""
|
88 |
-
# ⚡ FlashDiffusion:
|
89 |
-
This is an interactive demo of [Flash Diffusion](https://huggingface.co/jasperai/flash-
|
90 |
-
This model is a **
|
91 |
Currently running on {power_device}.
|
92 |
""")
|
93 |
|
|
|
85 |
|
86 |
with gr.Column(elem_id="col-container"):
|
87 |
gr.Markdown(f"""
|
88 |
+
# ⚡ FlashDiffusion: FlashPixart ⚡
|
89 |
+
This is an interactive demo of [Flash Diffusion](https://huggingface.co/jasperai/flash-pixart), a diffusion distillation method proposed in [ADD ARXIV]() *by Clément Chadebec, Onur Tasar and Benjamin Aubin.*
|
90 |
+
This model 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**.
|
91 |
Currently running on {power_device}.
|
92 |
""")
|
93 |
|