Any-to-Any
Transformers
Diffusers
text-to-image
image-editing
image-understanding
vision-language
multimodal
unified-model
Instructions to use Skywork/Unipic3-Consistency-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/Unipic3-Consistency-Model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Skywork/Unipic3-Consistency-Model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ It is distilled from **UniPic-3** to support **fast inference (≤8 steps)** whi
|
|
| 43 |
### 1. Clone the Repository
|
| 44 |
```bash
|
| 45 |
git clone https://github.com/SkyworkAI/UniPic
|
| 46 |
-
cd UniPic-
|
| 47 |
```
|
| 48 |
|
| 49 |
### 2. Set Up the Environment
|
|
|
|
| 43 |
### 1. Clone the Repository
|
| 44 |
```bash
|
| 45 |
git clone https://github.com/SkyworkAI/UniPic
|
| 46 |
+
cd UniPic-3
|
| 47 |
```
|
| 48 |
|
| 49 |
### 2. Set Up the Environment
|