CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.44k stars 8.77k forks source link

Model files not found. error #1103

Open dga87351 opened 2 years ago

dga87351 commented 2 years ago

image

How to fix this error? I've tried to download encoder.pt , vocoder.pt , synthesizer.pt and put this three files into saved_models/default/

However it was not working.. any idea for this?

shubhamprateek commented 2 years ago

Try running this command : python3 demo_cli.py

This will automatically download all the models and put them in the correct folder.

dga87351 commented 2 years ago

I tried to type that command and typed this comand : python demo_toolbox.py but there was too much error so I just gived up.. thanks for your help