Text-to-Image
Diffusers
Safetensors
English
PYY2001 commited on
Commit
b65b938
·
verified ·
1 Parent(s): 578fe4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -7,8 +7,8 @@ pipeline_tag: text-to-image
7
  # BizGen: Advancing Article-level Visual Text Rendering for Infographics Generation
8
 
9
  <a href="https://arxiv.org/abs/2406.04314"><img src="https://img.shields.io/badge/Paper-arXiv-red?style=for-the-badge" height=22.5></a>
10
- <a href="https://github.com/RockeyCoss/SPO"><img src="https://img.shields.io/badge/Gihub-Code-succees?style=for-the-badge&logo=GitHub" height=22.5></a>
11
- <a href="https://rockeycoss.github.io/spo.github.io/"><img src="https://img.shields.io/badge/Project-Page-blue?style=for-the-badge" height=22.5></a>
12
 
13
  <table>
14
  <tr>
@@ -54,10 +54,10 @@ You can follow our [github]() to organize and run the model.
54
  ## Citation
55
  If you find our work or codebase useful, please consider giving us a star and citing our work.
56
  ```
57
- @article{liang2024step,
58
- title={Aesthetic Post-Training Diffusion Models from Generic Preferences with Step-by-step Preference Optimization},
59
- author={Liang, Zhanhao and Yuan, Yuhui and Gu, Shuyang and Chen, Bohan and Hang, Tiankai and Cheng, Mingxi and Li, Ji and Zheng, Liang},
60
- journal={arXiv preprint arXiv:2406.04314},
61
- year={2024}
62
  }
63
  ```
 
7
  # BizGen: Advancing Article-level Visual Text Rendering for Infographics Generation
8
 
9
  <a href="https://arxiv.org/abs/2406.04314"><img src="https://img.shields.io/badge/Paper-arXiv-red?style=for-the-badge" height=22.5></a>
10
+ <a href="https://github.com/1230young/bizgen"><img src="https://img.shields.io/badge/Gihub-Code-succees?style=for-the-badge&logo=GitHub" height=22.5></a>
11
+ <a href="https://bizgen-msra.github.io"><img src="https://img.shields.io/badge/Project-Page-blue?style=for-the-badge" height=22.5></a>
12
 
13
  <table>
14
  <tr>
 
54
  ## Citation
55
  If you find our work or codebase useful, please consider giving us a star and citing our work.
56
  ```
57
+ @article{peng2025bizgen,
58
+ title={BizGen: Advancing Article-level Visual Text Rendering for Infographics Generation},
59
+ author={Peng, Yuyang and Xiao, Shishi and Wu, Keming and Liao, Qisheng and Chen, Bohan and Lin, Kevin and Huang, Danqing and Li, Ji and Yuan, Yuhui},
60
+ journal={arXiv preprint arXiv:},
61
+ year={2025}
62
  }
63
  ```