Documentation Index
Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
Use this file to discover all available pages before exploring further.
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
| Model | Inference Steps | Repository |
|---|---|---|
| HiDream-O1-Image (Full) | 50 | 🤗 HiDream-O1-Image |
| HiDream-O1-Image-Dev | 28 | 🤗 HiDream-O1-Image-Dev |
HiDream-O1-Image Full Workflow
1. Download Workflow
Update your ComfyUI to the latest version, then go toWorkflow -> Browse Templates -> Image and find “HiDream O1 Full: Image generation”.
Download JSON Workflow File
Download workflow
Run on Comfy Cloud
Open in cloud
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
1. Download Workflow
Go toWorkflow -> Browse Templates -> Image and find “HiDream O1 Dev”.
Download JSON Workflow File
Download workflow
Run on Comfy Cloud
Open in cloud
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.