clementchadebec commited on
Commit
c2c7b7a
·
verified ·
1 Parent(s): f0a8408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -75,7 +75,9 @@ with gr.Blocks(css=css) as demo:
75
 
76
  with gr.Column(elem_id="col-container"):
77
  gr.Markdown(f"""
78
- # FlashSD
 
 
79
  Currently running on {power_device}.
80
  """)
81
 
 
75
 
76
  with gr.Column(elem_id="col-container"):
77
  gr.Markdown(f"""
78
+ # ⚡ FlashDiffusion: FlashSD
79
+ 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.*
80
+ 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**.
81
  Currently running on {power_device}.
82
  """)
83