CoolFace
Modelpublic

tts-hub/tacotron2_ddc-flemish-rdh

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes11downloads
Model Card

Tacotron2-DDC (French, M-AILABS)

Flemish, male single-speaker Tacotron2 TTS model trained with double decoder consistency (DDC) on the dutch-vl-tts dataset.

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

Usage

With Coqui TTS:

python
from TTS.api import TTS

tts = TTS("tts_models/nl/rdh/tacotron2-DDC")
tts.tts_to_file("Goededag", file_path="output.wav")