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
Qi Cai commited on
Commit Β·
f7087ef
1
Parent(s): 0b286e7
update link
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ HiDream-O1-Image is a natively unified image generative foundation model built o
|
|
| 11 |
- π **May 14, 2026:** We open-sourced [**HiDream-O1-Image-Dev-2604**](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev-2604) with its [prompt refiner](https://huggingface.co/HiDream-ai/Prompt-Refine), tailored for text-to-image generation task.
|
| 12 |
- π οΈ **May 13, 2026:** Inference & pipeline updates β accelerated IP inference; the IP pipeline now supports **layout** and **skeleton** conditioning; updated the Dev editing scheduler. For editing tasks we recommend using the **full** model. PyTorch 2.9.x is not recommended due to the [issue](https://github.com/QwenLM/Qwen3-VL/issues/1811).
|
| 13 |
- π€ **May 10, 2026:** Try **HiDream-O1-Image** online on Hugging Face Spaces β [π€ HiDream-O1-Image](https://huggingface.co/spaces/HiDream-ai/HiDream-O1-Image) and [π€ HiDream-O1-Image-Dev](https://huggingface.co/spaces/HiDream-ai/HiDream-O1-Image-Dev).
|
| 14 |
-
- π **May 10, 2026:** Our **technical report** is now available β [π HiDream-O1-Image.pdf](assets/HiDream-O1-Image.pdf).
|
| 15 |
- π **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.
|
| 16 |
|
| 17 |
<div align="center">
|
|
@@ -53,10 +53,10 @@ HiDream-O1-Image is a natively unified image generative foundation model built o
|
|
| 53 |
|
| 54 |
| Name | Script | Inference Steps | HuggingFace Repo |
|
| 55 |
| :--- | :--- | :---: | :--- |
|
| 56 |
-
| HiDream-O1-Image | [`inference.py`](./inference.py) | 50 | [π€ HiDream-O1-Image](https://huggingface.co/HiDream-ai/HiDream-O1-Image) |
|
| 57 |
-
| HiDream-O1-Image-Dev | [`inference.py`](./inference.py) | 28 | [π€ HiDream-O1-Image-Dev](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev) |
|
| 58 |
-
| Prompt Agent | [`prompt_agent.py`](./prompt_agent.py) | β | [π€ google/gemma-4-31B-it](https://huggingface.co/google/gemma-4-31B-it) |
|
| 59 |
-
| Web Demo | [`app.py`](./app.py) | β | β |
|
| 60 |
| HiDream-O1-Image-Dev-2604 | [`inference.py` (dev branch)](https://github.com/HiDream-ai/HiDream-O1-Image/blob/dev/inference.py) | 28 | [π€ HiDream-O1-Image-Dev-2604](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev-2604) |
|
| 61 |
| Prompt Agent 2604 | [`prompt_agent_v2.py` (dev branch)](https://github.com/HiDream-ai/HiDream-O1-Image/blob/dev/prompt_agent_v2.py) | β | [π€ HiDream-ai/Prompt-Refine](https://huggingface.co/HiDream-ai/Prompt-Refine) |
|
| 62 |
|
|
|
|
| 11 |
- π **May 14, 2026:** We open-sourced [**HiDream-O1-Image-Dev-2604**](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev-2604) with its [prompt refiner](https://huggingface.co/HiDream-ai/Prompt-Refine), tailored for text-to-image generation task.
|
| 12 |
- π οΈ **May 13, 2026:** Inference & pipeline updates β accelerated IP inference; the IP pipeline now supports **layout** and **skeleton** conditioning; updated the Dev editing scheduler. For editing tasks we recommend using the **full** model. PyTorch 2.9.x is not recommended due to the [issue](https://github.com/QwenLM/Qwen3-VL/issues/1811).
|
| 13 |
- π€ **May 10, 2026:** Try **HiDream-O1-Image** online on Hugging Face Spaces β [π€ HiDream-O1-Image](https://huggingface.co/spaces/HiDream-ai/HiDream-O1-Image) and [π€ HiDream-O1-Image-Dev](https://huggingface.co/spaces/HiDream-ai/HiDream-O1-Image-Dev).
|
| 14 |
+
- π **May 10, 2026:** Our **technical report** is now available β [π HiDream-O1-Image.pdf](https://github.com/HiDream-ai/HiDream-O1-Image/blob/main/assets/HiDream-O1-Image.pdf).
|
| 15 |
- π **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.
|
| 16 |
|
| 17 |
<div align="center">
|
|
|
|
| 53 |
|
| 54 |
| Name | Script | Inference Steps | HuggingFace Repo |
|
| 55 |
| :--- | :--- | :---: | :--- |
|
| 56 |
+
| HiDream-O1-Image | [`inference.py`](https://github.com/HiDream-ai/HiDream-O1-Image/blob/main/inference.py) | 50 | [π€ HiDream-O1-Image](https://huggingface.co/HiDream-ai/HiDream-O1-Image) |
|
| 57 |
+
| HiDream-O1-Image-Dev | [`inference.py`](https://github.com/HiDream-ai/HiDream-O1-Image/blob/main/inference.py) | 28 | [π€ HiDream-O1-Image-Dev](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev) |
|
| 58 |
+
| Prompt Agent | [`prompt_agent.py`](https://github.com/HiDream-ai/HiDream-O1-Image/blob/main/prompt_agent.py) | β | [π€ google/gemma-4-31B-it](https://huggingface.co/google/gemma-4-31B-it) |
|
| 59 |
+
| Web Demo | [`app.py`](https://github.com/HiDream-ai/HiDream-O1-Image/blob/main/app.py) | β | β |
|
| 60 |
| HiDream-O1-Image-Dev-2604 | [`inference.py` (dev branch)](https://github.com/HiDream-ai/HiDream-O1-Image/blob/dev/inference.py) | 28 | [π€ HiDream-O1-Image-Dev-2604](https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev-2604) |
|
| 61 |
| Prompt Agent 2604 | [`prompt_agent_v2.py` (dev branch)](https://github.com/HiDream-ai/HiDream-O1-Image/blob/dev/prompt_agent_v2.py) | β | [π€ HiDream-ai/Prompt-Refine](https://huggingface.co/HiDream-ai/Prompt-Refine) |
|
| 62 |
|