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, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev-2604") model = AutoModelForImageTextToText.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev-2604") - Notebooks
- Google Colab
- Kaggle
Comparison
#1
by jokino78 - opened
Thanks for your insight comparison.
To be clear, HiDream-O1-Image and HiDream-O1-Image-Dev supports various tasks (e.g., text-to-image, image editing, and subject-driven personalization). In contrast,
HiDream-O1-Image-Dev-2604 (the whole pipeline with both prompt refiner and t2i model) here is tailored for text-to-image generation task with higher image quality.
We also appreciate your previous comparison for HiDream-O1-Image, and released HiDream-O1-Image-Dev-2604 today to better support text-to-image task.
Thanks!
the naming is confusing and different than all the others that use dev. dev is generally not turbo/distillled, but you must know that???
