Eviation commited on
Commit
71cf042
·
verified ·
1 Parent(s): 126d7d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -51,6 +51,28 @@ Using [llama.cpp quantize cae9fb4](https://github.com/ggerganov/llama.cpp/commit
51
 
52
  - Bravo IQ1_S worse than Alpha?
53
  - [Latent loss](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/latent_loss.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  # Alpha
56
  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
 
51
 
52
  - Bravo IQ1_S worse than Alpha?
53
  - [Latent loss](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/latent_loss.png)
54
+ - [Per layer quantization cost](https://huggingface.co/Eviation/flux-imatrix/blob/main/images/latent_loss.png) from [chrisgoringe/casting_cost](https://github.com/chrisgoringe/mixed-gguf-converter/blob/main/costs/casting_cost.yaml)
55
+
56
+
57
+ | Weight name |
58
+ | double_blocks.%d.txt_attn.proj.weight |
59
+ | double_blocks.%d.txt_mod.lin.weight |
60
+ | time_in.in_layer.weight && time_in.out_layer.weight |
61
+ | vector_in.in_layer.weight && vector_in.out_layer.weight |
62
+ | double_blocks.%d.img_mod.lin.weight |
63
+ | double_blocks.%d.txt_attn.qkv.weight |
64
+ | single_blocks.%d.modulation.lin.weight |
65
+ | txt_in.weight |
66
+ | --- |
67
+ | img_in.weight |
68
+ | double_blocks.%d.img_mlp.0.weight && double_blocks.%d.img_mlp.2.weight |
69
+ | double_blocks.%d.img_attn.proj.weight |
70
+ | single_blocks.%d.linear2.weight |
71
+ | final_layer.adaLN_modulation.1.weight && final_layer.linear.weight |
72
+ | double_blocks.%d.txt_mlp.0.weight && double_blocks.%d.txt_mlp.2.weight |
73
+ | double_blocks.%d.img_attn.qkv.weight |
74
+ | single_blocks.%d.linear1.weight |
75
+ | guidance_in.in_layer.weight && guidance_in.out_layer.weight |
76
 
77
  # Alpha
78
  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