Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,7 @@ This contains Text-To-Speech models for use in KoboldCpp.
|
|
| 4 |
You'll need 2 models, one OuteTTS model and one WavTokenizer.
|
| 5 |
|
| 6 |
**For Kokoro, Parler or Dia:**
|
| 7 |
-
Download the respective model and load it into the TTS model in koboldcpp. You do not need a wavtokenizer.
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
You'll need 2 models, one OuteTTS model and one WavTokenizer.
|
| 5 |
|
| 6 |
**For Kokoro, Parler or Dia:**
|
| 7 |
+
Download the respective model and load it into the TTS model in koboldcpp. You do not need a wavtokenizer.
|
| 8 |
+
|
| 9 |
+
**For Qwen3 TTS:**
|
| 10 |
+
You'll need 2 models, one Qwen3TTS model and one Qwen3TTSTokenizer.
|