Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- lodestones/Chroma1-Base
|
5 |
+
library_name: gguf
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
---
|
8 |
+
|
9 |
+
This GGUF file is a direct conversion of [lodestones/Chroma1-Base](https://huggingface.co/lodestones/Chroma1-Base)
|
10 |
+
|
11 |
+
Type | Name | Location | Download
|
12 |
+
| ------------ | ---------------------------- | --------------------------------- | -------------------------
|
13 |
+
| Main Model | Chroma1-Base | `ComfyUI/models/unet` | GGUF (this repo)
|
14 |
+
| Text Encoders | T5 XXL | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main) / [GGUF](https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/tree/main) |
|
15 |
+
| VAE | ae | `ComfyUI/models/vae` | Safetensors (this repo) |
|
16 |
+
|
17 |
+
Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
|
18 |
+
|
19 |
+
**Usage**
|
20 |
+
|
21 |
+
The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|