Skip to content

Commit 4524b22

Browse files
HiDream dev example.
1 parent 3fda0c0 commit 4524b22

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Here are some more advanced examples:
5252

5353
[Lumina Image 2.0](lumina2)
5454

55+
[HiDream](hidream)
56+
5557
[Flux](flux)
5658

5759
[Edit/InstructPix2Pix Models](edit_models)

hidream/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# HiDream
2+
3+
[HiDream I1](https://github.com/HiDream-ai/HiDream-I1) is a state of the art image diffusion model.
4+
5+
## Files to Download
6+
7+
Download the clip_l_hidream.safetensors, clip_g_hidream.safetensors, t5xxl_fp8_e4m3fn_scaled.safetensors and llama_3.1_8b_instruct_fp8_scaled.safetensors files from [here](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/text_encoders and put them in your ComfyUI/models/text_encoders directory. You might already have t5xxl downloaded.
8+
9+
The VAE can be found [here](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/vae/ae.safetensors) and should go in your ComfyUI/models/vae/ folder. This is the Flux VAE so you might already have it.
10+
11+
The diffusion models can be found in this [folder](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/diffusion_models)
12+
13+
## HiDream dev Workflow
14+
15+
Download [hidream_i1_dev_bf16.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_dev_bf16.safetensors) and put it in your ComfyUI/models/diffusion_models/ directory.
16+
17+
You can then load up or drag the following image in ComfyUI to get the workflow:
18+
19+
![Example](hidream_dev_example.png)

hidream/hidream_dev_example.png

1.28 MB
Loading

0 commit comments

Comments
 (0)