Update README.md
Browse files
README.md
CHANGED
@@ -54,26 +54,23 @@ Using [llama.cpp quantize cae9fb4](https://github.com/ggerganov/llama.cpp/commit
|
|
54 |
- [Per layer quantization cost](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/casting_cost.png) from [chrisgoringe/casting_cost](https://github.com/chrisgoringe/mixed-gguf-converter/blob/main/costs/casting_cost.yaml)
|
55 |
|
56 |
### Per weight type quantization loss in increasing order:
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
| double_blocks.%d.img_attn.qkv.weight |
|
75 |
-
| single_blocks.%d.linear1.weight |
|
76 |
-
| guidance_in.in_layer.weight && guidance_in.out_layer.weight |
|
77 |
|
78 |
# Alpha
|
79 |
Simple imatrix: 512x512 single image 8/20 steps [city96/flux1-dev-Q3_K_S](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q3_K_S.gguf) euler
|
|
|
54 |
- [Per layer quantization cost](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/casting_cost.png) from [chrisgoringe/casting_cost](https://github.com/chrisgoringe/mixed-gguf-converter/blob/main/costs/casting_cost.yaml)
|
55 |
|
56 |
### Per weight type quantization loss in increasing order:
|
57 |
+
- double_blocks.%d.txt_attn.proj.weight
|
58 |
+
- double_blocks.%d.txt_mod.lin.weight
|
59 |
+
- time_in.in_layer.weight && time_in.out_layer.weight
|
60 |
+
- vector_in.in_layer.weight && vector_in.out_layer.weight
|
61 |
+
- double_blocks.%d.img_mod.lin.weight
|
62 |
+
- double_blocks.%d.txt_attn.qkv.weight
|
63 |
+
- single_blocks.%d.modulation.lin.weight
|
64 |
+
- txt_in.weight
|
65 |
+
- img_in.weight
|
66 |
+
- double_blocks.%d.img_mlp.0.weight && double_blocks.%d.img_mlp.2.weight
|
67 |
+
- double_blocks.%d.img_attn.proj.weight
|
68 |
+
- single_blocks.%d.linear2.weight
|
69 |
+
- final_layer.adaLN_modulation.1.weight && final_layer.linear.weight
|
70 |
+
- double_blocks.%d.txt_mlp.0.weight && double_blocks.%d.txt_mlp.2.weight
|
71 |
+
- double_blocks.%d.img_attn.qkv.weight
|
72 |
+
- single_blocks.%d.linear1.weight
|
73 |
+
- guidance_in.in_layer.weight && guidance_in.out_layer.weight
|
|
|
|
|
|
|
74 |
|
75 |
# Alpha
|
76 |
Simple imatrix: 512x512 single image 8/20 steps [city96/flux1-dev-Q3_K_S](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q3_K_S.gguf) euler
|