Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ The purpose of this repository is to store various [TTS.cpp](https://github.com/
|
|
| 10 |
|
| 11 |
### Model Types
|
| 12 |
|
| 13 |
-
Currently
|
| 14 |
|
| 15 |
## Kokoro
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
### Model Types
|
| 12 |
|
| 13 |
+
Currently there are two types of model each with five levels of quantization. The GGUF model files containing `_espeak` are configured to expect and use espeak for phonemization and those containing `_no_espeak` support tts native phonemization. The GGUF model files with no quantization suffix (i.e. `Kokoro_espeak.gguf` and `Kokoro_no_espeak.gguf`) use only 32bit floating point precision and the GGUF model files with Q4, Q5, Q8, and F16 suffixes support Q4_0 quantization, Q5_0 quantization, Q8_0 quantization, and 16 bit floating point precision respectively.
|
| 14 |
|
| 15 |
## Kokoro
|
| 16 |
|