Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,8 @@ quantized_by: Green-Sky
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
20 |
+
|
21 |
+
Use `--cfg-scale 1` `--steps 8` and maybe `--schedule karras`.
|
22 |
+
|
23 |
+
The model only really produces ok output for 512x512 .
|