docs: readme
Browse files
README.md
CHANGED
@@ -13,6 +13,13 @@ inference: true
|
|
13 |
**Original model**: [stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)<br/>
|
14 |
**GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Stable Diffusion v1-5 Model Card
|
|
|
13 |
**Original model**: [stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)<br/>
|
14 |
**GGUF quantization**: based on stable-diffusion.cpp [ac54e](https://github.com/leejet/stable-diffusion.cpp/commit/ac54e0076052a196b7df961eb1f792c9ff4d7f22) that patched by llama-box.
|
15 |
|
16 |
+
| Quantization | CLIP_L Quantization | VAE Quantization |
|
17 |
+
| --- | --- | --- |
|
18 |
+
| FP16 | FP16 | FP16 |
|
19 |
+
| Q8_0 | FP16 | FP16 |
|
20 |
+
| Q4_1 | FP16 | FP16 |
|
21 |
+
| Q4_0 | FP16 | FP16 |
|
22 |
+
|
23 |
---
|
24 |
|
25 |
# Stable Diffusion v1-5 Model Card
|