File size: 499 Bytes
b9a7e97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: other
license_name: stability-ai-community-license-agreement
license_link: https://huggingface.co/stabilityai/sd-turbo/blob/main/LICENSE.md
language:
  - en
tags:
  - gguf
  - sd.cpp
  - stable-diffusion.cpp
  - sd2
base_model:
  - stabilityai/sd-turbo
quantized_by: Green-Sky
---

I use sd_turbo to test sd2 for sd.cpp , so here they are.

The "old" `q8_0` is a direct conversion, converting to `f16` first, then to `q8_0` gave an equivalent performing but smaller filesize model file.