StyleTTS icon indicating copy to clipboard operation
StyleTTS copied to clipboard

Fix Requirements, Add Colab

Open nivibilla opened this issue 1 year ago • 10 comments

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

nivibilla avatar Apr 21 '23 11:04 nivibilla

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 gdown --id GOOGLE_DRIVE_ID to download these files directly in the Colab notebook from your Google Drive once you have shared them. Once you have fixed it I can merge it into the main branch. Thank you for your help.

yl4579 avatar Apr 22 '23 23:04 yl4579

Ah right, I didn't know that. Will fix it. Thanks.

nivibilla avatar Apr 23 '23 06:04 nivibilla

Changed to gdown, added colab file to demo folder

nivibilla avatar Apr 23 '23 07:04 nivibilla

@yl4579 pls review.

nivibilla avatar Apr 29 '23 08:04 nivibilla

Hi, @nivibilla are you able to run Emotional Speech Synthesis from https://styletts.github.io/ . Like prosody cloning.

satani99 avatar Jul 26 '23 08:07 satani99

@satani99 yes it uses the sample audio as reference.

nivibilla avatar Jul 26 '23 08:07 nivibilla

You can add your own audio as reference with different emotions and do the prosody cloning.

nivibilla avatar Jul 26 '23 08:07 nivibilla

Where do I get code for inference @nivibilla ?

satani99 avatar Jul 26 '23 09:07 satani99

https://colab.research.google.com/drive/18xNehSLiClZC3ub3eXiPCOnR4bz3r5Ur?usp=sharing

nivibilla avatar Jul 26 '23 10:07 nivibilla

Thank you

satani99 avatar Jul 26 '23 11:07 satani99