Update README.md
Browse files
README.md
CHANGED
|
@@ -74,28 +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
|
| 78 |
```
|
| 79 |
-
@
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 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 |
|
|
|
|
| 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 |
|