Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ license: apache-2.0
|
|
3 |
---
|
4 |
|
5 |
## Resources
|
6 |
-
- [arXiv: Paper](https://arxiv.org/
|
7 |
-
- [GitHub: Code](https://github.com/tang-bd/
|
8 |
|
9 |
## Quick Start
|
10 |
You can use `FuseDiTPipeline` in our codebase to run the model:
|
@@ -27,13 +27,10 @@ image.save("test.png")
|
|
27 |
## Citation
|
28 |
|
29 |
```bibtex
|
30 |
-
@
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
archivePrefix={arXiv},
|
36 |
-
primaryClass={cs.CV},
|
37 |
-
url={https://arxiv.org/abs/2504.13129},
|
38 |
}
|
39 |
```
|
|
|
3 |
---
|
4 |
|
5 |
## Resources
|
6 |
+
- [arXiv: Paper](https://arxiv.org/pdf/2505.10046)
|
7 |
+
- [GitHub: Code](https://github.com/tang-bd/fuse-dit)
|
8 |
|
9 |
## Quick Start
|
10 |
You can use `FuseDiTPipeline` in our codebase to run the model:
|
|
|
27 |
## Citation
|
28 |
|
29 |
```bibtex
|
30 |
+
@article{tang2025exploringdeepfusion,
|
31 |
+
title={Exploring the Deep Fusion of Large Language Models and Diffusion Transformers for Text-to-Image Synthesis},
|
32 |
+
author={Bingda Tang and Boyang Zheng and Xichen Pan and Sayak Paul and Saining Xie},
|
33 |
+
year={2025},
|
34 |
+
journal={arXiv preprint arXiv:2505.10046},
|
|
|
|
|
|
|
35 |
}
|
36 |
```
|