Update README.md
Browse files
README.md
CHANGED
@@ -7,19 +7,19 @@ Q4_0 quantized SDXL models in GGUF format, to be used with the custom ComfyUI no
|
|
7 |
|
8 |
These are made with llama-quantize from [llama.cpp b3600](https://github.com/ggerganov/llama.cpp/releases/tag/b3600) patched with https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp.patch
|
9 |
|
10 |
-
Why not Q4_K or higher quants? Having tested them all from Q3_K_S to Q8_0 for various finetunes, it became clear that only Q4_0 gives good results for SDXL models, better than Q5, Q6 or even Q8. If the gens from Q4_0 aren't good enough for you then it's probably best to use the original safetensors
|
11 |
|
12 |
-
https://huggingface.co/cyberdelia/CyberRealisticXL : https://civitai.com/models/312530?modelVersionId=1198781
|
13 |
-
https://huggingface.co/RunDiffusion/Juggernaut-XI-v11 : https://civitai.com/models/133005?modelVersionId=782002
|
14 |
-
https://huggingface.co/SG161222/RealVisXL_V4.0 : https://civitai.com/models/139562?modelVersionId=344487
|
15 |
-
https://huggingface.co/SG161222/RealVisXL_V5.0 : https://civitai.com/models/139562?modelVersionId=789646
|
16 |
-
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
17 |
-
https://huggingface.co/GraydientPlatformAPI/zavychroma5-xl : https://civitai.com/models/119229?modelVersionId=362861
|
18 |
-
https://huggingface.co/misri/zavychromaxl_v100 : https://civitai.com/models/119229?modelVersionId=1308507
|
19 |
|
20 |
-
Repo includes basic clip-l and clip-g
|
21 |
|
22 |
-
If model creators or others wish to have any GGUF files added or removed, I will consider such requests.
|
23 |
|
24 |
|
25 |
There are also quantized models uploaded by another user at https://huggingface.co/Old-Fisherman/SDXL_Finetune_GGUF_Files
|
|
|
7 |
|
8 |
These are made with llama-quantize from [llama.cpp b3600](https://github.com/ggerganov/llama.cpp/releases/tag/b3600) patched with https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp.patch
|
9 |
|
10 |
+
Why not Q4_K or higher quants? Having tested them all from Q3_K_S to Q8_0 for various finetunes, it became clear that only Q4_0 gives consistently good results for SDXL models, better than Q5, Q6 or even Q8. If the gens from Q4_0 aren't good enough for you then it's probably best to use the original safetensors unet and load the weights at FP8 instead of any GGUF quant.
|
11 |
|
12 |
+
https://huggingface.co/cyberdelia/CyberRealisticXL : https://civitai.com/models/312530?modelVersionId=1198781 <br>
|
13 |
+
https://huggingface.co/RunDiffusion/Juggernaut-XI-v11 : https://civitai.com/models/133005?modelVersionId=782002 <br>
|
14 |
+
https://huggingface.co/SG161222/RealVisXL_V4.0 : https://civitai.com/models/139562?modelVersionId=344487 <br>
|
15 |
+
https://huggingface.co/SG161222/RealVisXL_V5.0 : https://civitai.com/models/139562?modelVersionId=789646 <br>
|
16 |
+
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 <br>
|
17 |
+
https://huggingface.co/GraydientPlatformAPI/zavychroma5-xl : https://civitai.com/models/119229?modelVersionId=362861 <br>
|
18 |
+
https://huggingface.co/misri/zavychromaxl_v100 : https://civitai.com/models/119229?modelVersionId=1308507 <br>
|
19 |
|
20 |
+
Repo includes basic clip-l and clip-g, and also xlVAEC_c91, an improved SDXL VAE found here: https://civitai.com/models/152040?modelVersionId=360299 which can be recommended as it seems to give better colors, contrast and details compared to base.
|
21 |
|
22 |
+
If model creators or others wish to have any GGUF files added or removed, I will consider such requests when I see them.
|
23 |
|
24 |
|
25 |
There are also quantized models uploaded by another user at https://huggingface.co/Old-Fisherman/SDXL_Finetune_GGUF_Files
|