mmwillet2 commited on
Commit
abd757f
·
verified ·
1 Parent(s): 01f4e10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## Purpose
5
+
6
+ The purpose of this repository is to store various [TTS.cpp](https://github.com/mmwillet/TTS.cpp) compatible GGUF encoded model files for the [Parler-TTS](https://huggingface.co/parler-tts).
7
+
8
+ ### Model Types
9
+
10
+ Currently there are four model files:
11
+
12
+ - `Parler_TTS_large.gguf` which contains the 32bit floating point GGUF representation of the [Parler-TTS-large model](https://huggingface.co/parler-tts/parler-tts-large-v1)
13
+ - `Parler_TTS_mini.gguf` which contains the 32bit floating point GGUF representation of the [Parler-TTS-mini model](https://huggingface.co/parler-tts/parler-tts-mini-v1.1)
14
+ - `Parler_TTS_large_Q5.gguf` which contains the 5bit quantized GGUF representation of the [Parler-TTS-large model](https://huggingface.co/parler-tts/parler-tts-large-v1)
15
+ - `Parler_TTS_mini_Q5.gguf` which contains the 5bit quantized GGUF representation of the [Parler-TTS-mini model](https://huggingface.co/parler-tts/parler-tts-mini-v1.1)
16
+
17
+ ## Parler-TTS
18
+
19
+ This page only contains the GGUF encoded model files of the original Kokoro model. For the original model please see the organization [here](https://huggingface.co/parler-tts).