clementchadebec commited on
Commit
d740c01
1 Parent(s): b29eaf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ 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](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}.
99
  """
 
93
  gr.Markdown(
94
  f"""
95
  # ⚡ Flash Diffusion: FlashPixart ⚡
96
+ This is an interactive demo of [Flash Diffusion](http://arxiv.org/abs/2406.02347), 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}.
99
  """