gpustack commited on
Commit
f00927e
1 Parent(s): 5f58340

docs: readme

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -14,6 +14,13 @@ tags:
14
  **GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.<br/>
15
  **VAE From**: [madebyollin/sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl_vae.safetensors).
16
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # SD-XL 1.0-base Model Card
 
14
  **GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.<br/>
15
  **VAE From**: [madebyollin/sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl_vae.safetensors).
16
 
17
+ | Quantization | OpenAI CLIP ViT-L/14 Quantization | OpenCLIP ViT-G/14 Quantization | VAE Quantization |
18
+ | --- | --- | --- | --- |
19
+ | FP16 | FP16 | FP16 | FP16 |
20
+ | Q8_0 | FP16 | FP16 | FP16 |
21
+ | Q4_1 | FP16 | FP16 | FP16 |
22
+ | Q4_0 | FP16 | FP16 | FP16 |
23
+
24
  ---
25
 
26
  # SD-XL 1.0-base Model Card