Parler_TTS_GGUF / README.md
ecyht2's picture
Added new metadata
114a8dd verified
|
raw
history blame
1.27 kB
metadata
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 compatible GGUF encoded model files for the 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
  • Parler_TTS_mini.gguf which contains the 32bit floating point GGUF representation of the Parler-TTS-mini model
  • Parler_TTS_large_Q5.gguf which contains the 5bit quantized GGUF representation of the Parler-TTS-large model
  • Parler_TTS_mini_Q5.gguf which contains the 5bit quantized GGUF representation of the Parler-TTS-mini model

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.