Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: stability-ai-community-license-agreement
|
4 |
-
license_link: https://huggingface.co/stabilityai/sd-turbo/blob/main/LICENSE.md
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: stability-ai-community-license-agreement
|
4 |
+
license_link: https://huggingface.co/stabilityai/sd-turbo/blob/main/LICENSE.md
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- gguf
|
9 |
+
- sd.cpp
|
10 |
+
- stable-diffusion.cpp
|
11 |
+
- sd2
|
12 |
+
base_model:
|
13 |
+
- stabilityai/sd-turbo
|
14 |
+
quantized_by: Green-Sky
|
15 |
+
---
|
16 |
+
|
17 |
+
I use sd_turbo to test sd2 for sd.cpp , so here they are.
|
18 |
+
|
19 |
+
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.
|