Model reference · open weights

HiDream-E1-1

Available as managed deployment LLMs HiDream-ai Omni (any→any) 1 variants 96 dl/mo

HiDream-E1-1 is an open-weight language model from HiDream-ai. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerHiDream-ai
TypeLanguage models
TaskOmni (any→any)
Parameters (lead)17.1B
Runs withdiffusers
Based onHiDream-ai/HiDream-I1-Full
Released2025-07-16
Popularity96 downloads / month
LicenceOpen weights

About

What HiDream-E1-1 is

HiDream-E1 is an image editing model built on HiDream-I1.

Project Updates

Quick Start

Please make sure you have installed Flash Attention and latest Diffusers. We recommend CUDA versions 12.4 for the manual installation.

pip install -r requirements.txt
pip install -U flash-attn --no-build-isolation
pip install -U git+https://github.com/huggingface/diffusers.git

Then you can run the inference scripts to generate images:

python ./inference_e1_1.py

[!NOTE] The inference script will try to automatically download meta-llama/Llama-3.1-8B-Instruct model files. You need to agree to the license of the Llama model on your HuggingFace account and login using huggingface-cli login in order to use the automatic downloader.

Gradio Demo

We also provide a Gradio demo for interactive image editing. You can run the demo with:

python gradio_demo_1_1.py

Evaluation Metrics

Evaluation results on EmuEdit and ReasonEdit Benchmarks. Higher is better.

ModelEmuEdit GlobalEmuEdit AddEmuEdit TextEmuEdit BGEmuEdit ColorEmuEdit StyleEmuEdit RemoveEmuEdit LocalEmuEdit AverageReasonEdit
OmniGen1.372.092.310.664.262.364.732.102.677.36
MagicBrush4.063.540.553.263.832.072.703.282.811.75
UltraEdit5.315.191.504.334.505.712.634.584.072.89
Gemini-2.0-Flash4.877.716.305.107.303.335.946.295.996.95
HiDream-E15.326.986.455.017.576.495.996.356.407.54
HiDream-E1.17.477.977.497.327.977.847.516.807.577.70

License Agreement

The Transformer models in this repository are licensed under the MIT License. The VAE is from FLUX.1 [schnell], and the text encoders from google/t5-v1_1-xxl and meta-llama/Meta-Llama-3.1-8B-Instruct. Please follow the license terms specified for these components. You own all content you create with this model. You can use your generated content freely, but you must comply with this license agreement. You are responsible for how you use the models. Do not create illegal content, harmful material, personal information that could harm others, false information, or content targeting vulnerable groups.

Acknowledgements

  • The VAE component is from FLUX.1 [schnell], licensed under Apache 2.0.
  • The text encoders are from google/t5-v1_1-xxl (licensed under Apache 2.0) and meta-llama/Meta-Llama-3.1-8B-Instruct (licensed under the Llama 3.1 Community License Agreement).

Citation

@article{hidreami1technicalreport,
  title={HiDream-I1: A High-Efficient Image Generative Foundation Model with Sparse Diffusion Transformer},
  author={Cai, Qi and Chen, Jingwen and Chen, Yang and Li, Yehao and Long, Fuchen and Pan, Yingwei and Qiu, Zhaofan and Zhang, Yiheng and Gao, Fengbin and Xu, Peihan and others},
  journal={arXiv preprint arXiv:2505.22705},
  year={2025}
}

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys hidream-e1-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (hidream-e1-1 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"hidream-e1-1","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms