Instructions to use PhilipC/HumanOmniV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PhilipC/HumanOmniV2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("PhilipC/HumanOmniV2") model = AutoModelForImageTextToText.from_pretrained("PhilipC/HumanOmniV2") - Notebooks
- Google Colab
- Kaggle
Demo
#2
by merve - opened