tts2jk / docs /source /models /glow_tts.md
juliankoe's picture
Upload folder using huggingface_hub
a9384d7
|
raw
history blame contribute delete
No virus
788 Bytes

A newer version of the Gradio SDK is available: 4.44.1

Upgrade

Glow TTS

Glow TTS is a normalizing flow model for text-to-speech. It is built on the generic Glow model that is previously used in computer vision and vocoder models. It uses "monotonic alignment search" (MAS) to fine the text-to-speech alignment and uses the output to train a separate duration predictor network for faster inference run-time.

Important resources & papers

GlowTTS Config

.. autoclass:: TTS.tts.configs.glow_tts_config.GlowTTSConfig
    :members:

GlowTTS Model

.. autoclass:: TTS.tts.models.glow_tts.GlowTTS
    :members: