Instructions to use THUdyh/Ola-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola-Image with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Ola-Image", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag
#1
by nielsr HF Staff - opened
This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending
THUdyh changed pull request status to merged