Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,19 @@ You can test this workflow directly on Replicate:
|
|
36 |
|
37 |
### π¨ Diffusion Model
|
38 |
|
|
|
|
|
|
|
39 |
- **`hidream_i1_full_fp16.safetensors`**
|
40 |
π Place in: `ComfyUI/models/diffusion_models`
|
41 |
π¦ [Download](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_full_fp16.safetensors)
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
-
|
44 |
|
45 |
### π Text Encoders
|
46 |
|
@@ -89,8 +97,9 @@ For systems with limited VRAM, use this alternative setup:
|
|
89 |
|
90 |
1. Install [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node
|
91 |
2. Replace the standard Diffusion Model Loader with the **Unet LOADER** node
|
92 |
-
3. Download the optimized HiDream-I1 Full GGUF model:
|
93 |
- π¦ [HiDream-I1-Full-gguf](https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main)
|
|
|
94 |
- π Place in: `ComfyUI/models/unet`
|
95 |
|
96 |
## π Workflow Diagram
|
|
|
36 |
|
37 |
### π¨ Diffusion Model
|
38 |
|
39 |
+
The workflow supports two HiDream model variants:
|
40 |
+
|
41 |
+
#### Full Model (Default)
|
42 |
- **`hidream_i1_full_fp16.safetensors`**
|
43 |
π Place in: `ComfyUI/models/diffusion_models`
|
44 |
π¦ [Download](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_full_fp16.safetensors)
|
45 |
+
|
46 |
+
#### Dev Model (Alternative)
|
47 |
+
- **`hidream_i1_dev_bf16.safetensors`**
|
48 |
+
π Place in: `ComfyUI/models/diffusion_models`
|
49 |
+
π¦ [Download](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_dev_bf16.safetensors)
|
50 |
|
51 |
+
> **Credit:** [HiDream.ai](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI)
|
52 |
|
53 |
### π Text Encoders
|
54 |
|
|
|
97 |
|
98 |
1. Install [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node
|
99 |
2. Replace the standard Diffusion Model Loader with the **Unet LOADER** node
|
100 |
+
3. Download the optimized HiDream-I1 Full or DEV GGUF model:
|
101 |
- π¦ [HiDream-I1-Full-gguf](https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main)
|
102 |
+
- π¦ [HiDream-I1-DEV-gguf](https://huggingface.co/city96/HiDream-I1-Dev-gguf)
|
103 |
- π Place in: `ComfyUI/models/unet`
|
104 |
|
105 |
## π Workflow Diagram
|