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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ cd UniPic-2
|
|
| 60 |
|
| 61 |
### 2. Set Up the Environment
|
| 62 |
```bash
|
| 63 |
-
conda create -n unipic python=3.10
|
| 64 |
conda activate unipic
|
| 65 |
pip install -r requirements.txt
|
| 66 |
```
|
|
|
|
| 60 |
|
| 61 |
### 2. Set Up the Environment
|
| 62 |
```bash
|
| 63 |
+
conda create -n unipic python=3.10
|
| 64 |
conda activate unipic
|
| 65 |
pip install -r requirements.txt
|
| 66 |
```
|