clementchadebec commited on
Commit
286003b
1 Parent(s): 588d131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
92
  with gr.Column(elem_id="col-container"):
93
  gr.Markdown(
94
  f"""
95
- # ⚡ FlashDiffusion: FlashPixart ⚡
96
  This is an interactive demo of [Flash Diffusion](https://flash-diffusion.gojasper.github.io), a diffusion distillation method proposed in [ADD ARXIV]() *by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin.*
97
  [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**.
98
  Currently running on {power_device}.
 
92
  with gr.Column(elem_id="col-container"):
93
  gr.Markdown(
94
  f"""
95
+ # ⚡ Flash Diffusion: FlashPixart ⚡
96
  This is an interactive demo of [Flash Diffusion](https://flash-diffusion.gojasper.github.io), a diffusion distillation method proposed in [ADD ARXIV]() *by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin.*
97
  [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**.
98
  Currently running on {power_device}.