Update README.md
Browse files
README.md
CHANGED
@@ -77,15 +77,15 @@ Sub-quants not diferentiated as expected: IQ2_XS == IQ2_S, IQ3_XS == IQ3_S == IQ
|
|
77 |
- Check if [lcpp_sd3.patch](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp_sd3.patch) includes more specific quant level logic
|
78 |
- Extrapolate the existing level logic
|
79 |
|
80 |
-
| Quant type | High level quants | Middle level quants | Low level quant |
|
81 |
-
| ---------- | ----- | ----- | --------- |
|
82 |
-
| IQ1_S | 5.5% 16bpw | - | 94.5% 1.5625bpw |
|
83 |
-
| IQ2_XXS | 4.2% 16bpw | - | 95.8% 2.0625bpw |
|
84 |
-
| IQ2_XS | 3.8% 16bpw | - | 96.2% 2.3125bpw |
|
85 |
-
| IQ2_S | 3.8% 16bpw | - | 96.2% 2.3125bpw |
|
86 |
-
| IQ2_M | 3.4% 16bpw | - | 96.6% 2.5625bpw |
|
87 |
-
| IQ3_XXS | 2.9% 16bpw | - | 97.1% 3.0625bpw |
|
88 |
-
| IQ3_XS | 2.6% 16bpw | - | 97.4% 3.4375bpw |
|
89 |
-
| IQ3_S |
|
90 |
-
| IQ3_M |
|
91 |
|
|
|
77 |
- Check if [lcpp_sd3.patch](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp_sd3.patch) includes more specific quant level logic
|
78 |
- Extrapolate the existing level logic
|
79 |
|
80 |
+
| Quant type | High level quants | Middle level quants | Low level quant | Average |
|
81 |
+
| ---------- | ----- | ----- | --------- | ---- |
|
82 |
+
| IQ1_S | 5.5% 16bpw | - | 94.5% 1.5625bpw | 2.3556bpw |
|
83 |
+
| IQ2_XXS | 4.2% 16bpw | - | 95.8% 2.0625bpw | 2.6504bpw |
|
84 |
+
| IQ2_XS | 3.8% 16bpw | - | 96.2% 2.3125bpw | 2.8297bpw |
|
85 |
+
| IQ2_S | 3.8% 16bpw | - | 96.2% 2.3125bpw | 2.8298bpw |
|
86 |
+
| IQ2_M | 3.4% 16bpw | - | 96.6% 2.5625bpw | 3.0224bpw |
|
87 |
+
| IQ3_XXS | 2.9% 16bpw | - | 97.1% 3.0625bpw | 3.4351bpw |
|
88 |
+
| IQ3_XS | 2.6% 16bpw | - | 97.4% 3.4375bpw | 3.7609bpw |
|
89 |
+
| IQ3_S | 2.6% 16bpw | - | 97.4% 3.4375bpw | 3.7609bpw |
|
90 |
+
| IQ3_M | 2.6% 16bpw | - | 97.4% 3.4375bpw | 3.7609bpw |
|
91 |
|