-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Requirements, Add Colab #21
base: main
Are you sure you want to change the base?
Conversation
Thanks for fixing the requirements. However, your Colab notebook doesn't really work because you didn't actually download the pre-trained models. Instead, you copied them from your Google Drive. You can use |
Ah right, I didn't know that. Will fix it. Thanks. |
now downloads files from drive link instead of copying
Changed to gdown, added colab file to demo folder |
@yl4579 pls review. |
Hi, @nivibilla are you able to run Emotional Speech Synthesis from https://styletts.github.io/ . Like prosody cloning. |
@satani99 yes it uses the sample audio as reference. |
You can add your own audio as reference with different emotions and do the prosody cloning. |
Where do I get code for inference @nivibilla ? |
Thank you |
Hi,
I just ran your code, and fixed some stuff(attrdict and espeak-ng were missing in the setup). I also made a colab notebook for the LJSpeech model inference.
Thanks