ooutlierr commited on
Commit
75c8eea
·
verified ·
1 Parent(s): 871beb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -3,8 +3,8 @@ license: apache-2.0
3
  ---
4
 
5
  ## Resources
6
- - [arXiv: Paper](https://arxiv.org/abs/)
7
- - [GitHub: Code](https://github.com/tang-bd/fusedit)
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
- @misc{li2025sciencet2iaddressingscientificillusions,
31
- title={Science-T2I: Addressing Scientific Illusions in Image Synthesis},
32
- author={Jialuo Li and Wenhao Chai and Xingyu Fu and Haiyang Xu and Saining Xie},
33
- year={2025},
34
- eprint={2504.13129},
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
  ```