Any-to-Any
Transformers
Diffusers
Safetensors
text-to-image
image-editing
image-understanding
vision-language
multimodal
unified-model
teacher-model
diffusion
Instructions to use Skywork/Unipic3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/Unipic3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Skywork/Unipic3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -145,5 +145,14 @@ If you use Skywork-UniPic in your research, please cite:
|
|
| 145 |
}
|
| 146 |
```
|
| 147 |
|
| 148 |
-
|
| 149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
}
|
| 146 |
```
|
| 147 |
|
| 148 |
+
```
|
| 149 |
+
@misc{wei2026skyworkunipic30unified,
|
| 150 |
+
title={Skywork UniPic 3.0: Unified Multi-Image Composition via Sequence Modeling},
|
| 151 |
+
author={Hongyang Wei and Hongbo Liu and Zidong Wang and Yi Peng and Baixin Xu and Size Wu and Xuying Zhang and Xianglong He and Zexiang Liu and Peiyu Wang and Xuchen Song and Yangguang Li and Yang Liu and Yahui Zhou},
|
| 152 |
+
year={2026},
|
| 153 |
+
eprint={2601.15664},
|
| 154 |
+
archivePrefix={arXiv},
|
| 155 |
+
primaryClass={cs.CV},
|
| 156 |
+
url={https://arxiv.org/abs/2601.15664},
|
| 157 |
+
}
|
| 158 |
+
```
|