Skip to content

v0.4.0

Compare
Choose a tag to compare
@erogol erogol released this 26 Oct 16:34
· 1184 commits to main since this release

🐸 v0.4.0

  • Update multi-speaker training API.

  • VCTK recipes for all the TTS models.

  • Documentation for multi-speaker training.

  • Pre-trained Ukrainian GlowTTS model from 👑 https://github.com/robinhad/ukrainian-tts

  • Pre-trained FastPitch VCTK model

  • Dataset downloaders for LJSpeech and VCTK under TTS.utils.downloaders

  • Documentation reformatting.

  • Trainer V2 and compact. updates in model implementations.

    This update makes the Trainer V2 responsible for only the training of a model. The rest is excluded from the trainer and they need to be done either in the model or before calling the trainer.

Try out new models

  • Pre-trained FastPitch VCTK model
tts --model_name tts_models/en/vctk/fast_pitch --text "This is my sample text to voice." --speaker_idx VCTK_p229
tts --model_name tts_models/uk/mai/glow-tts --text "Це зразок тексту, щоб спробувати нашу модель."