HiDream-O1-Image is a unified image generative foundation model open-sourced by HiDream-ai on May 8, 2026. Built on a Pixel-level Unified Transformer (UiT), it operates without external VAEs or disjoint text encoders, supporting text-to-image, instruction-based image editing, subject-driven personalization, and storyboard generation at up to 2,048 × 2,048 resolution.
HiDream-O1-Image is released under the MIT License and natively supported in ComfyUI (PR #13817).
HiDream-O1-Image - GitHub
Model Versions
HiDream-O1-Image Full Workflow
HiDream O1 Full: Image generation
Input a text prompt and optionally upload reference images. Generate a high-resolution image up to 2048x2048 with text-to-image, editing, or subject-driven personalization.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “HiDream O1 Full” in Template Library
1. Download Workflow
2. Download Models
Checkpoint: re-packaged and quantized. All use bf16 for worst outliers, unused deepstack layers removed:- hidream_o1_image_fp8_scaled.safetensors: FP8, uses fp8/mxfp8 matmuls on safe MLP layers for speedup on supported hardware
- hidream_o1_image_mxfp8.safetensors: MXFP8 quantized variant
- hidream_o1_image_bf16.safetensors: Full bf16 precision (largest)
- hidream_o1_dev_lora_rank_64_bf16.safetensors: Full rank
- hidream_o1_dev_lora_rank_64_bf16_pruned_v1.safetensors: Pruned variant
- hidream_o1_image_dev_2604_lora_avg_rankg_224_bf16.safetensors: Alternative checkpoint-based distillation
3. Using the Workflow
- Make sure
CheckpointLoaderSimpleloads your chosen checkpoint - Enter your prompt in the
CLIPTextEncodenode - Text-to-Image mode: set the “Switch to Image Edit” toggle to off (default). The sampler will use your text prompt directly.
- Image Edit mode: set “Switch to Image Edit” to on, then upload a reference image in the
Load Imagenode and connect it toHiDreamO1ReferenceImages.
Note: The O1 sampler outputs latent samples that need to be decoded through aVAEDecodenode using the VAE loaded byCheckpointLoaderSimple.
HiDream-O1-Image Dev Workflow
HiDream O1 Dev
Input a text prompt and optional reference images. Generate a high-resolution image (up to 2048x2048) with support for text-to-image, image editing, and subject-driven personalization.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “HiDream O1 Dev” in Template Library
LoadImage node:
noir_portrait.png
LoadImage node 213 · noir_portrait.png


1. Download Workflow
2. Download Models
Checkpoint (Dev): re-packaged and quantized. All use bf16 for worst outliers, unused deepstack layers removed:- hidream_o1_image_dev_fp8_scaled.safetensors: FP8, uses fp8/mxfp8 matmuls on safe MLP layers for speedup on supported hardware
- hidream_o1_image_dev_mxfp8.safetensors: MXFP8 quantized variant
- hidream_o1_image_dev_bf16.safetensors: Full bf16 precision (largest)
3. Using the Workflow
- Make sure
CheckpointLoaderSimpleloadshidream_o1_image_dev_fp8_scaled.safetensors - The Dev version uses 28 steps with CFG=1.0, no negative prompt needed
- Text-to-Image mode: set the “Switch to Image Edit” toggle to off (default)
- Image Edit mode: set “Switch to Image Edit” to on, upload a reference image in
Load Image, and connect it toHiDreamO1ReferenceImages
Additional Notes
-
Long Text Rendering: HiDream-O1-Image excels at rendering text within images. Specify text content, font style, color, and positioning in your prompt for best results.
-
Image Scaling: If your input reference image is too large, enable the
ImageScaleToTotalPixelsnode (Ctrl+B) to scale it to 4MP. -
Patch Seam Smoothing (Experimental): The
HiDreamO1PatchSeamSmoothingnode reduces visible seam artifacts during sampling. Enabled by default in the Full workflow.