Instructions to use HiDream-ai/HiDream-O1-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiDream-ai/HiDream-O1-Image with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("HiDream-ai/HiDream-O1-Image") model = AutoModelForMultimodalLM.from_pretrained("HiDream-ai/HiDream-O1-Image") - Notebooks
- Google Colab
- Kaggle
Is "Peanut" on artificial arena the 8B model or the 200b model?
#2
by natalie5 - opened