Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Only the second layers of both MLPs in each MMDiT block of SD3.5 Large models ha
|
|
23 |
|
24 |
|
25 |
- [sd3.5_large-q2_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q2_k_4_0.gguf): Smallest quantization yet. Use this if you can't afford anything bigger
|
26 |
-
- [sd3.5_large-q3_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q3_k_4_0.gguf)
|
27 |
- [sd3.5_large-q4_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q4_k_4_0.gguf): Exacty same size as q4_0, but with slightly less degradation. Recommended
|
28 |
- [sd3.5_large_turbo-q4_k_4_1.gguf](https://huggingface.co/stduhpf/SD3.5-Large-Turbo-GGUF-mixed-sdcpp/blob/main/sd3.5_large_turbo-q4_k_4_1.gguf): Smaller than q4_1, and with comparable degradation. Recommended
|
29 |
- [sd3.5_large_turbo-q4_k_5_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-Turbo-GGUF-mixed-sdcpp/blob/main/sd3.5_large_turbo-q4_k_5_0.gguf): Smaller than q5_0, and with comparable degradation. Very close to the original f16 already. Recommended
|
@@ -40,6 +40,7 @@ Only the second layers of both MLPs in each MMDiT block of SD3.5 Large models ha
|
|
40 |
|
41 |
Sorted by model size (Note that q4_0 and q4_k_4_0 are the exact same size)
|
42 |
|
|
|
43 |
| Quantization | Robot girl | Text | Cute kitten |
|
44 |
| ------------------ | -------------------------------- | ---------------------------------- | ---------------------------------- |
|
45 |
| q2_k_4_0 | ![q2_k_4_0](Images/q2_k_4_0.png) | ![q2_k_4_0](Images/1_q2_k_4_0.png) | ![q2_k_4_0](Images/2_q2_k_4_0.png) |
|
@@ -50,6 +51,7 @@ Sorted by model size (Note that q4_0 and q4_k_4_0 are the exact same size)
|
|
50 |
| q4_1 | ![q4_1](Images/q4_1.png) | ![q4_1](Images/1_q4_1.png) | ![q4_1](Images/2_q4_1.png) |
|
51 |
| q4_k_5_0 | ![q4_k_5_0](Images/q4_k_5_0.png) | ![q4_k_5_0](Images/1_q4_k_5_0.png) | ![q4_k_5_0](Images/2_q4_k_5_0.png) |
|
52 |
| q5_0 | ![q5_0](Images/q5_0.png) | ![q5_0](Images/1_q5_0.png) | ![q5_0](Images/2_q5_0.png) |
|
|
|
53 |
| q8_0 | ![q8_0](Images/q8_0.png) | ![q8_0](Images/1_q8_0.png) | ![q8_0](Images/2_q8_0.png) |
|
54 |
| f16(sft) | ![f16](Images/sft.png) | ![f16](Images/1_sft.png) | ![f16](Images/2_sft.png) |
|
55 |
|
|
|
23 |
|
24 |
|
25 |
- [sd3.5_large-q2_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q2_k_4_0.gguf): Smallest quantization yet. Use this if you can't afford anything bigger
|
26 |
+
- [sd3.5_large-q3_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q3_k_4_0.gguf): Degraded, but usable at high step count.
|
27 |
- [sd3.5_large-q4_k_4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/sd3.5_large-q4_k_4_0.gguf): Exacty same size as q4_0, but with slightly less degradation. Recommended
|
28 |
- [sd3.5_large_turbo-q4_k_4_1.gguf](https://huggingface.co/stduhpf/SD3.5-Large-Turbo-GGUF-mixed-sdcpp/blob/main/sd3.5_large_turbo-q4_k_4_1.gguf): Smaller than q4_1, and with comparable degradation. Recommended
|
29 |
- [sd3.5_large_turbo-q4_k_5_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-Turbo-GGUF-mixed-sdcpp/blob/main/sd3.5_large_turbo-q4_k_5_0.gguf): Smaller than q5_0, and with comparable degradation. Very close to the original f16 already. Recommended
|
|
|
40 |
|
41 |
Sorted by model size (Note that q4_0 and q4_k_4_0 are the exact same size)
|
42 |
|
43 |
+
|
44 |
| Quantization | Robot girl | Text | Cute kitten |
|
45 |
| ------------------ | -------------------------------- | ---------------------------------- | ---------------------------------- |
|
46 |
| q2_k_4_0 | ![q2_k_4_0](Images/q2_k_4_0.png) | ![q2_k_4_0](Images/1_q2_k_4_0.png) | ![q2_k_4_0](Images/2_q2_k_4_0.png) |
|
|
|
51 |
| q4_1 | ![q4_1](Images/q4_1.png) | ![q4_1](Images/1_q4_1.png) | ![q4_1](Images/2_q4_1.png) |
|
52 |
| q4_k_5_0 | ![q4_k_5_0](Images/q4_k_5_0.png) | ![q4_k_5_0](Images/1_q4_k_5_0.png) | ![q4_k_5_0](Images/2_q4_k_5_0.png) |
|
53 |
| q5_0 | ![q5_0](Images/q5_0.png) | ![q5_0](Images/1_q5_0.png) | ![q5_0](Images/2_q5_0.png) |
|
54 |
+
| q5_1 | ![q5_1](Images/q5_1.png) | ![q5_1](Images/1_q5_1.png) | ![q5_1](Images/2_q5_1.png) |
|
55 |
| q8_0 | ![q8_0](Images/q8_0.png) | ![q8_0](Images/1_q8_0.png) | ![q8_0](Images/2_q8_0.png) |
|
56 |
| f16(sft) | ![f16](Images/sft.png) | ![f16](Images/1_sft.png) | ![f16](Images/2_sft.png) |
|
57 |
|