Create README.md
Browse files
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 |
+
```
|