Releases: CherokeeLanguage/IMS-Toucan
Releases · CherokeeLanguage/IMS-Toucan
Models and code updated to allow speech rate adjustment.
Models attached.
Code updated to allow speech rate adjustment.
- Clone the repo. Run
git checkout 2022.07.18.01
. - Using
conda
fromminiconda
setup the neededpython
environment:conda env create -f environment.yml
- Copy
Aligner-aligner.pt
toModels/Aligner/aligner.pt
. - Copy
FastSpeech2_Cherokee_West-best.pt
toModels/FastSpeech2_Cherokee_West/best.pt
. - Copy
HiFiGAN_combined-best.pt
toModels/HiFiGAN_combined/best.pt
. - Unzip
IMS-Toucan-Reference-Voices.zip
and placewav
files intoref/
.
Try using tts.py
or look at the various run_chr*py
scripts to see how to interface with library.
Full Changelog: 2022.05.12.00...2022.07.18.01