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
Inconsistent license indications cc-by-nc-nd/cc-by-nc
#7
by perenfr - opened
Hello,
The model is tagged with "License: cc-by-nc-nd 4.0" but the disclaimer section in the model card states that "Our code is released under the Apache 2.0 License,, while our models are under the CC BY-NC 4.0 License". What's the actual license of the model: CC-BY-NC or CC-BY-NC-ND?
Thanks!
Hello, we have changed the license, hoping this will help you.
Thank you!
perenfr changed discussion status to closed