clementchadebec commited on
Commit
7f92a02
·
verified ·
1 Parent(s): d859638

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -14,7 +14,7 @@ license: cc-by-nc-nd-4.0
14
  Flash Diffusion is a diffusion distillation method proposed in [Flash Diffusion: Accelerating Any Conditional
15
  Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche, and Benjamin Aubin.*
16
  This model is a **108M** LoRA distilled version of [SDXL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) model that is able to generate images in **4 steps**. The main purpose of this model is to reproduce the main results of the paper.
17
- See our [live demo](https://huggingface.co/spaces/jasperai/FlashPixart).
18
 
19
 
20
  <p align="center">
@@ -60,6 +60,20 @@ The model was trained for 20k iterations on 4 H100 GPUs (representing approximat
60
  **Metrics on COCO 2014 validation (Table 3)**
61
  - FID-10k: 21.62 (4 NFE)
62
  - CLIP Score: 0.327 (4 NFE)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ## License
65
  This model is released under the the Creative Commons BY-NC license.
 
14
  Flash Diffusion is a diffusion distillation method proposed in [Flash Diffusion: Accelerating Any Conditional
15
  Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche, and Benjamin Aubin.*
16
  This model is a **108M** LoRA distilled version of [SDXL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) model that is able to generate images in **4 steps**. The main purpose of this model is to reproduce the main results of the paper.
17
+ See our [live demo](https://huggingface.co/spaces/jasperai/FlashPixart) and [official implementation](https://github.com/gojasper/flash-diffusion).
18
 
19
 
20
  <p align="center">
 
60
  **Metrics on COCO 2014 validation (Table 3)**
61
  - FID-10k: 21.62 (4 NFE)
62
  - CLIP Score: 0.327 (4 NFE)
63
+
64
+ ## Citation
65
+ If you find this work useful or use it in your research, please consider citing us
66
+
67
+ ```bibtex
68
+ @misc{chadebec2024flash,
69
+ title={Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation},
70
+ author={Clement Chadebec and Onur Tasar and Eyal Benaroche and Benjamin Aubin},
71
+ year={2024},
72
+ eprint={2406.02347},
73
+ archivePrefix={arXiv},
74
+ primaryClass={cs.CV}
75
+ }
76
+ ```
77
 
78
  ## License
79
  This model is released under the the Creative Commons BY-NC license.