Eviation commited on
Commit
a4e38d1
·
verified ·
1 Parent(s): b0f9180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -20
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
- | Weight name |
58
- | ----------- |
59
- | double_blocks.%d.txt_attn.proj.weight |
60
- | double_blocks.%d.txt_mod.lin.weight |
61
- | time_in.in_layer.weight && time_in.out_layer.weight |
62
- | vector_in.in_layer.weight && vector_in.out_layer.weight |
63
- | double_blocks.%d.img_mod.lin.weight |
64
- | double_blocks.%d.txt_attn.qkv.weight |
65
- | single_blocks.%d.modulation.lin.weight |
66
- | txt_in.weight |
67
- | --- |
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
 
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