Tacotron2 (English, M-AILABS)

British English, female single-speaker Tacotron2 TTS model trained on speaker ek1 from the M-AILABS dataset.

Trained by @nmstoker and originally published at: https://github.com/coqui-ai/TTS/releases/v0.6.1_models/

Usage

With Coqui TTS:

from TTS.api import TTS

tts = TTS("tts_models/en/ek1/tacotron2")
tts.tts_to_file("Hello world", file_path="output.wav")
Downloads last month
19
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for tts-hub/tacotron2-en-ek1