stduhpf commited on
Commit
a7f5769
1 Parent(s): f29148b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -18,11 +18,15 @@ Normal K-quants are not working properly with SD3.5-Large models because around
18
 
19
  ### Mixed Types:
20
 
21
- TODO
 
 
 
22
 
23
  ### Legacy types:
24
 
25
- TODO
 
26
 
27
  ## Outputs:
28
 
@@ -30,7 +34,9 @@ Sorted by model size (Note that q4_0 and q4_k_4_0 are the exact same size)
30
 
31
  | Quantization | Robot girl | Text | Cute kitten |
32
  | ------------------ | -------------------------------- | ---------------------------------- | ---------------------------------- |
33
-
 
 
34
 
35
  Generated with a modified version of sdcpp with [this PR](https://github.com/leejet/stable-diffusion.cpp/pull/397) applied to enable clip timestep embeddings support.
36
 
 
18
 
19
  ### Mixed Types:
20
 
21
+
22
+ - [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
23
+ - [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)
24
+ - [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
25
 
26
  ### Legacy types:
27
 
28
+ - [sd3.5_large-q4_0.gguf](https://huggingface.co/stduhpf/SD3.5-Large-GGUF-mixed-sdcpp/blob/main/legacy/sd3.5_large-q4_0.gguf): Same size as q4_k_4_0, Not recommended (use q4_k_4_0 instead)
29
+
30
 
31
  ## Outputs:
32
 
 
34
 
35
  | Quantization | Robot girl | Text | Cute kitten |
36
  | ------------------ | -------------------------------- | ---------------------------------- | ---------------------------------- |
37
+ | 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) |
38
+ | q3_k_4_0 | ![q3_k_4_0](Images/q3_k_4_0.png) | ![q3_k_4_0](Images/1_q3_k_4_0.png) | ![q3_k_4_0](Images/2_q3_k_4_0.png) |
39
+ | q4_k_4_0 | ![q4_k_4_0](Images/q4_k_4_0.png) | ![q4_k_4_0](Images/1_q4_k_4_0.png) | ![q4_k_4_0](Images/2_q4_k_4_0.png) |
40
 
41
  Generated with a modified version of sdcpp with [this PR](https://github.com/leejet/stable-diffusion.cpp/pull/397) applied to enable clip timestep embeddings support.
42