Lexius commited on
Commit
84ff593
Β·
verified Β·
1 Parent(s): 8f4101d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - comfyui
5
+ ---
6
+
7
+ # HiDream-O1-Image
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Original model repository:
12
+
13
+ - https://huggingface.co/HiDream-ai/HiDream-O1-Image
14
+ - https://huggingface.co/HiDream-ai/HiDream-O1-Image-Dev
15
+
16
+ Place the files in the following folders:
17
+
18
+ ```
19
+ πŸ“‚ ComfyUI/
20
+ β”œβ”€β”€ πŸ“‚ models/
21
+ β”‚ β”œβ”€β”€ πŸ“‚ checkpoints/
22
+ β”‚ β”‚ β”œβ”€β”€ hidream_o1_image_bf16.safetensors
23
+ β”‚ β”‚ └── hidream_o1_image_dev_bf16.safetensors
24
+ ```