hofixD commited on
Commit
89170f5
Β·
verified Β·
1 Parent(s): 6963cdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
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
- > **Credit:** [HiDream.ai](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI)
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