Any-to-Any
Transformers
Safetensors
English
ovis_u1
text-generation
image-text-to-text
image-to-text
text-to-image
image-to-image
custom_code
Instructions to use AIDC-AI/Ovis-U1-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIDC-AI/Ovis-U1-3B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
where is test_img_to_txt.py
#2
by qykk - opened
where is test_img_to_txt.py
The test_img_to_txt.py is in our github repo and the file link is https://github.com/AIDC-AI/Ovis-U1/blob/main/test_img_to_txt.py
Flourish changed discussion status to closed