Update README.md
Browse files
README.md
CHANGED
|
@@ -56,25 +56,6 @@ Using [llama.cpp quantize cae9fb4](https://github.com/ggerganov/llama.cpp/commit
|
|
| 56 |
- [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)
|
| 57 |
- [Ablation latent loss per weight type](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/latent_loss_ablation.png)
|
| 58 |
|
| 59 |
-
### Per weight type quantization loss in increasing order:
|
| 60 |
-
- double_blocks.%d.txt_attn.proj.weight
|
| 61 |
-
- double_blocks.%d.txt_mod.lin.weight
|
| 62 |
-
- time_in.in_layer.weight && time_in.out_layer.weight
|
| 63 |
-
- vector_in.in_layer.weight && vector_in.out_layer.weight
|
| 64 |
-
- double_blocks.%d.img_mod.lin.weight
|
| 65 |
-
- double_blocks.%d.txt_attn.qkv.weight
|
| 66 |
-
- single_blocks.%d.modulation.lin.weight
|
| 67 |
-
- txt_in.weight
|
| 68 |
-
- img_in.weight
|
| 69 |
-
- double_blocks.%d.img_mlp.0.weight && double_blocks.%d.img_mlp.2.weight
|
| 70 |
-
- double_blocks.%d.img_attn.proj.weight
|
| 71 |
-
- single_blocks.%d.linear2.weight
|
| 72 |
-
- final_layer.adaLN_modulation.1.weight && final_layer.linear.weight
|
| 73 |
-
- double_blocks.%d.txt_mlp.0.weight && double_blocks.%d.txt_mlp.2.weight
|
| 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
|
| 80 |
|
|
|
|
| 56 |
- [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)
|
| 57 |
- [Ablation latent loss per weight type](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/latent_loss_ablation.png)
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
# Alpha
|
| 60 |
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
|
| 61 |
|