Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
tags:
|
| 5 |
+
- text-to-image
|
| 6 |
+
- stable-diffusion
|
| 7 |
+
- diffusion distillation
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# DMD2 Model Card
|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
> [**Improved Distribution Matching Distillation for Fast Image Synthesis**](https://arxiv.org/abs/xxxx.xxxxx),
|
| 15 |
+
> Tianwei Yin, Michaël Gharbi, Taesung Park, Richard Zhang, Eli Shechtman, Frédo Durand, William T. Freeman
|
| 16 |
+
> *arXiv technical report ([arXiv xxxx.xxxxx](https://arxiv.org/abs/xxxx.xxxxx))*
|
| 17 |
+
|
| 18 |
+
## Contact
|
| 19 |
+
|
| 20 |
+
Feel free to contact us if you have any questions about the paper!
|
| 21 |
+
|
| 22 |
+
Tianwei Yin [tianweiy@mit.edu](mailto:tianweiy@mit.edu)
|
| 23 |
+
|
| 24 |
+
## Huggingface Demo
|
| 25 |
+
|
| 26 |
+
Our 4-step Text-to-Image demo is hosted on [🤗 DMD2](https://huggingface.co/spaces/tianweiy/DMD2-SDXL-4Step-T2I)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
Please refer to the [code repository](https://github.com/tianweiy/DMD2)
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
## License
|
| 34 |
+
|
| 35 |
+
Improved Distribution Matching Distillation is released under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE.md).
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
|
| 40 |
+
If you find DMD2 useful or relevant to your research, please kindly cite our papers:
|
| 41 |
+
|
| 42 |
+
```bib
|
| 43 |
+
@article{yin2024improved,
|
| 44 |
+
title={Improved Distribution Matching Distillation for Fast Image Synthesis},
|
| 45 |
+
author={Yin, Tianwei and Gharbi, Micha{\"e}l and Park, Taesung and Zhang, Richard and Shechtman, Eli and Durand, Fredo and Freeman, William T},
|
| 46 |
+
journal={arXiv:xxxx.xxxxx},
|
| 47 |
+
year={2024}
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
@inproceedings{yin2024onestep,
|
| 51 |
+
title={One-step Diffusion with Distribution Matching Distillation},
|
| 52 |
+
author={Yin, Tianwei and Gharbi, Micha{\"e}l and Zhang, Richard and Shechtman, Eli and Durand, Fr{\'e}do and Freeman, William T and Park, Taesung},
|
| 53 |
+
booktitle={CVPR},
|
| 54 |
+
year={2024}
|
| 55 |
+
}
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
## Acknowledgments
|
| 60 |
+
|
| 61 |
+
This work was done while Tianwei Yin was a full-time student at MIT. It was developed based on our reimplementation of the original DMD paper. This work was supported by the National Science Foundation under Cooperative Agreement PHY-2019786 (The NSF AI Institute for Artificial Intelligence and Fundamental Interactions, http://iaifi.org/), by NSF Grant 2105819, by NSF CISE award 1955864, and by funding from Google, GIST, Amazon, and Quanta Computer.
|