gpustack commited on
Commit
ef8fa11
1 Parent(s): 12ddc22

docs: readme

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -12,6 +12,13 @@ pinned: true
12
  **Original model**: [stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1)<br/>
13
  **GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.
14
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Stable Diffusion v2-1 Model Card
 
12
  **Original model**: [stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1)<br/>
13
  **GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.
14
 
15
+ | Quantization | OpenCLIP ViT-H/14 Quantization | VAE Quantization |
16
+ | --- | --- | --- |
17
+ | FP16 | FP16 | FP16 |
18
+ | Q8_0 | FP16 | FP16 |
19
+ | Q4_1 | FP16 | FP16 |
20
+ | Q4_0 | FP16 | FP16 |
21
+
22
  ---
23
 
24
  # Stable Diffusion v2-1 Model Card