nonwhy commited on
Commit
ef906e7
·
verified ·
1 Parent(s): 2f097f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -22
README.md CHANGED
@@ -74,29 +74,13 @@ python -m torch.distributed.launch --nproc_per_node=1 --master_port 29501 --use_
74
  This model is released under the MIT License.
75
 
76
  ## Citation
77
- If you use Skywork-UniPic in your research, please cite:
78
  ```
79
- @misc{wang2025skyworkunipicunifiedautoregressive,
80
- title={Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation},
81
- author={Peiyu Wang and Yi Peng and Yimeng Gan and Liang Hu and Tianyidan Xie and Xiaokun Wang and Yichen Wei and Chuanxin Tang and Bo Zhu and Changshi Li and Hongyang Wei and Eric Li and Xuchen Song and Yang Liu and Yahui Zhou},
82
- year={2025},
83
- eprint={2508.03320},
84
- archivePrefix={arXiv},
85
- primaryClass={cs.CV},
86
- url={https://arxiv.org/abs/2508.03320},
87
  }
88
  ```
89
 
90
- ```
91
- @misc{wei2025skyworkunipic20building,
92
- title={Skywork UniPic 2.0: Building Kontext Model with Online RL for Unified Multimodal Model},
93
- author={Hongyang Wei and Baixin Xu and Hongbo Liu and Cyrus Wu and Jie Liu and Yi Peng and Peiyu Wang and Zexiang Liu and Jingwen He and Yidan Xietian and Chuanxin Tang and Zidong Wang and Yichen Wei and Liang Hu and Boyi Jiang and William Li and Ying He and Yang Liu and Xuchen Song and Eric Li and Yahui Zhou},
94
- year={2025},
95
- eprint={2509.04548},
96
- archivePrefix={arXiv},
97
- primaryClass={cs.CV},
98
- url={https://arxiv.org/abs/2509.04548},
99
- }
100
- ```
101
-
102
-
 
74
  This model is released under the MIT License.
75
 
76
  ## Citation
77
+ If you use Skywork UniPic 3.0 in your research, please cite:
78
  ```
79
+ @article{wei2026skywork,
80
+ title={Skywork UniPic 3.0: Unified Multi-Image Composition via Sequence Modeling},
81
+ author={Wei, Hongyang and Liu, Hongbo and Wang, Zidong and Peng, Yi and Xu, Baixin and Wu, Size and Zhang, Xuying and He, Xianglong and Liu, Zexiang and Wang, Peiyu and others},
82
+ journal={arXiv preprint arXiv:2601.15664},
83
+ year={2026}
 
 
 
84
  }
85
  ```
86