Instructions to use HiDream-ai/HiDream-O1-Image-Dev-2604 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiDream-ai/HiDream-O1-Image-Dev-2604 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev-2604") model = AutoModelForMultimodalLM.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev-2604", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Difference between models
#5
by Qnibbles - opened
What is the difference between this model and HiDream-ai/HiDream-O1-Image-Dev ?
I see they were both updated on the same date.
HiDream-ai/HiDream-O1-Image-Dev: model-00001-of-00008.safetensors uploaded 23 days ago
HiDream-ai/HiDream-O1-Image-Dev-2604: model-00001-of-00008.safetensors uploaded 18 days ago
Presumably, HiDream-O1-Image-Dev-2604 is an updated version, but optimized for text-to-image tasks according to the model description.