Clybius commited on
Commit
3d87aca
·
verified ·
1 Parent(s): 9d346a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - lodestones/Chroma
5
+ ---
6
+
7
+ `Chroma` is a 8.9 billion parameter rectified flow transformer capable of generating images from text descriptions.
8
+ Based on `FLUX.1 [schnell]` with heavy architectural modifications.
9
+
10
+ Quantized into GGUF format using a modified llama.cpp & city96's ComfyUI-GGUF/tools. Distillation layers are not quantized.
11
+
12
+ Q*_M GGUFs are mixed quantizations with an aim at maximizing speed by selectively choosing the quantization of certain layers.
13
+ - Q8_M focuses on Q8_0 quantization of weights for performance, mixed with Q6_K on less heavy layers.