Instructions to use HiDream-ai/HiDream-O1-Image-Dev 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 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev") model = AutoModelForImageTextToText.from_pretrained("HiDream-ai/HiDream-O1-Image-Dev") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ HiDream-O1-Image is a natively unified image generative foundation model built o
|
|
| 25 |
|
| 26 |
## Project Updates
|
| 27 |
|
| 28 |
-
- 🚀 **May 8, 2026:** We've open-sourced **HiDream-O1-Image**, including both the undistilled and distilled Dev variants, together with the Reasoning-Driven Prompt Agent.
|
| 29 |
|
| 30 |
## Key Features
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
## Project Updates
|
| 27 |
|
| 28 |
+
- 🚀 **May 8, 2026:** We've open-sourced **HiDream-O1-Image (8B)**, including both the undistilled and distilled Dev variants, together with the Reasoning-Driven Prompt Agent.
|
| 29 |
|
| 30 |
## Key Features
|
| 31 |
|