--- license: mit base_model: - parler-tts/parler-tts-large-v1 - parler-tts/parler-tts-mini-v1.1 pipeline_tag: text-to-speech --- ## Purpose 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). ### Model Types Currently there are four model files: - `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) - `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) - `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) - `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) ## Parler-TTS 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).