Instructions to use bytedance-research/UNO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bytedance-research/UNO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="bytedance-research/UNO")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bytedance-research/UNO", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 0f3203dc4cb12fb56dcd79a9c090719f.jpg
#5
by Momahalex2111 - opened
