clementchadebec
commited on
Commit
•
3d1e092
1
Parent(s):
4abe926
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ inference: False
|
|
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 **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**. 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">
|
@@ -65,6 +65,19 @@ The model was trained for 20k iterations on 2 H100 GPUs (representing approx. a
|
|
65 |
- FID-30k: 12.41 (4 NFE)
|
66 |
- FID-30k: 12.27 (2 NFE)
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
## License
|
70 |
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 **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**. 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 implentation](https://github.com/gojasper/flash-diffusion).
|
18 |
|
19 |
|
20 |
<p align="center">
|
|
|
65 |
- FID-30k: 12.41 (4 NFE)
|
66 |
- FID-30k: 12.27 (2 NFE)
|
67 |
|
68 |
+
## Citation
|
69 |
+
If you find this work useful or use it in your research, please consider citing us
|
70 |
+
|
71 |
+
```bibtex
|
72 |
+
@misc{chadebec2024flash,
|
73 |
+
title={Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation},
|
74 |
+
author={Clement Chadebec and Onur Tasar and Eyal Benaroche and Benjamin Aubin},
|
75 |
+
year={2024},
|
76 |
+
eprint={2406.02347},
|
77 |
+
archivePrefix={arXiv},
|
78 |
+
primaryClass={cs.CV}
|
79 |
+
}
|
80 |
+
```
|
81 |
|
82 |
## License
|
83 |
This model is released under the the Creative Commons BY-NC license.
|