Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: HiDream-ai/HiDream-I1-Dev
|
| 3 |
+
library_name: gguf
|
| 4 |
+
quantized_by: city96
|
| 5 |
+
tags:
|
| 6 |
+
- image-generation
|
| 7 |
+
- HiDream.ai
|
| 8 |
+
license: mit
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
pipeline_tag: text-to-image
|
| 12 |
+
---
|
| 13 |
+
This is a direct GGUF conversion of [HiDream-ai/HiDream-I1-Dev](https://huggingface.co/HiDream-ai/HiDream-I1-Dev)
|
| 14 |
+
|
| 15 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
|
| 16 |
+
|
| 17 |
+
Place model files in `ComfyUI/models/diffusion_models` - see the GitHub readme for further install instructions.
|
| 18 |
+
|
| 19 |
+
The VAE and additional files can be downloaded from [Comfy-Org/HiDream-I1_ComfyUI](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files)
|
| 20 |
+
|
| 21 |
+
Please refer to [this chart](https://github.com/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md#llama-3-8b-scoreboard) for a basic overview of quantization types.
|