Any-to-Any
Transformers
Diffusers
Safetensors
text-to-image
image-editing
image-understanding
vision-language
multimodal
autoregressive
unified-model
Instructions to use Skywork/UniPic2-Metaquery-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/UniPic2-Metaquery-9B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Skywork/UniPic2-Metaquery-9B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Name": [
|
| 3 |
+
"Skywork/UniPic2-Metaquery-9B"
|
| 4 |
+
]
|
| 5 |
+
}
|