clementchadebec
commited on
Commit
•
eee6df9
1
Parent(s):
e64a6ae
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,8 @@ inference: False
|
|
12 |
|
13 |
Flash Diffusion is a diffusion distillation method proposed in [Flash Diffusion: Accelerating Any Conditional
|
14 |
Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche, and Benjamin Aubin.*
|
15 |
-
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**.
|
|
|
16 |
|
17 |
|
18 |
<p align="center">
|
@@ -70,5 +71,19 @@ The model was trained for 40k iterations on 4 H100 GPUs (representing approximat
|
|
70 |
- FID-10k: 29.30 (4 NFE)
|
71 |
- CLIP Score: 0.303 (4 NFE)
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
## License
|
74 |
This model is released under the the Creative Commons BY-NC license.
|
|
|
12 |
|
13 |
Flash Diffusion is a diffusion distillation method proposed in [Flash Diffusion: Accelerating Any Conditional
|
14 |
Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche, and Benjamin Aubin.*
|
15 |
+
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**.
|
16 |
+
See our [live demo](https://huggingface.co/spaces/jasperai/FlashPixart) and [official implentation](https://github.com/gojasper/flash-diffusion).
|
17 |
|
18 |
|
19 |
<p align="center">
|
|
|
71 |
- FID-10k: 29.30 (4 NFE)
|
72 |
- CLIP Score: 0.303 (4 NFE)
|
73 |
|
74 |
+
## Citation
|
75 |
+
If you find this work useful or use it in your research, please consider citing us
|
76 |
+
|
77 |
+
```bibtex
|
78 |
+
@misc{chadebec2024flash,
|
79 |
+
title={Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation},
|
80 |
+
author={Clement Chadebec and Onur Tasar and Eyal Benaroche and Benjamin Aubin},
|
81 |
+
year={2024},
|
82 |
+
eprint={2406.02347},
|
83 |
+
archivePrefix={arXiv},
|
84 |
+
primaryClass={cs.CV}
|
85 |
+
}
|
86 |
+
```
|
87 |
+
|
88 |
## License
|
89 |
This model is released under the the Creative Commons BY-NC license.
|