Any-to-Any
Transformers
PyTorch
Safetensors
text-to-image
image-editing
image-understanding
vision-language
multimodal
autoregressive
unified-model
Instructions to use Skywork/Skywork-UniPic-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/Skywork-UniPic-1.5B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Skywork/Skywork-UniPic-1.5B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library_name metadata
Browse filesThis PR improves the model card by adding the `library_name: transformers` to the metadata. This helps users identify the compatible library and allows the Hugging Face Hub to display relevant integration information, such as the "Use in Transformers" badge.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- image-editing
|
|
@@ -8,7 +10,6 @@ tags:
|
|
| 8 |
- multimodal
|
| 9 |
- autoregressive
|
| 10 |
- unified-model
|
| 11 |
-
pipeline_tag: any-to-any
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🌌 Skywork-UniPic-1.5B
|
|
@@ -112,7 +113,7 @@ If you use Skywork-UniPic in your research, please cite:
|
|
| 112 |
@misc{wang2025skyworkunipicunifiedautoregressive,
|
| 113 |
title={Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation},
|
| 114 |
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},
|
| 115 |
-
year={2025},
|
| 116 |
eprint={2508.03320},
|
| 117 |
archivePrefix={arXiv},
|
| 118 |
primaryClass={cs.CV},
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: any-to-any
|
| 4 |
+
library_name: transformers
|
| 5 |
tags:
|
| 6 |
- text-to-image
|
| 7 |
- image-editing
|
|
|
|
| 10 |
- multimodal
|
| 11 |
- autoregressive
|
| 12 |
- unified-model
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# 🌌 Skywork-UniPic-1.5B
|
|
|
|
| 113 |
@misc{wang2025skyworkunipicunifiedautoregressive,
|
| 114 |
title={Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation},
|
| 115 |
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},
|
| 116 |
+
year={2025},\
|
| 117 |
eprint={2508.03320},
|
| 118 |
archivePrefix={arXiv},
|
| 119 |
primaryClass={cs.CV},
|