clementchadebec commited on
Commit
a3b0b89
1 Parent(s): d1eabfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: FlashSD
89
- This is an interactive demo of [Flash Diffusion](https://huggingface.co/jasperai/flash-sd), a diffusion distillation method proposed in [ADD ARXIV]() *by Clément Chadebec, Onur Tasar and Benjamin Aubin.*
90
- This model is a **26.4M** LoRA distilled version of [SD1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model that is able to generate images in **2-4 steps**.
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