Rongjiehuang / GenerSpeech

PyTorch Implementation of GenerSpeech (NeurIPS'22): a text-to-speech model towards zero-shot style transfer of OOD custom voice.
MIT License
312 stars 44 forks source link

Proper installation steps #14

Open iamanigeeit opened 1 year ago

iamanigeeit commented 1 year ago

@Rongjiehuang I got this repo to work, but i had to correct some things. Hope it helps someone else.

CindyTing commented 1 year ago

Hi @iamanigeeit, thank you so much for your installation steps, it helps a lot! but I haven't set it up, so I may need to bother you with some questions. After I use these two lines to install mfa

conda config --add channels conda-forge
conda install montreal-forced-aligner

I can't run mfa thirdparty download directly, it will have "thirdparty command not exist" error. May I know the version of kaldi pynini mfa you installed?