-
-
Notifications
You must be signed in to change notification settings - Fork 772
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
Always download model.pth tts every time software loads #123
Comments
Are you using a VPN network? It seems to be a bad network with incomplete downloads |
I downloaded file zip 1.8GB and unzip to that folder but this still happens when ever software launchs. So I want to ask how to edit code to stop downloading model.pth |
\venv\Lib\site-packages\TTS\utils\manage.py , 389 line del
|
Adding "md5sum = None", also solve the problem, like this: |
Hi jianchang512,
Thank you for hard work. I dont know why software always downloads tts models when it is loading. I checked it deleted model.pth in tts\tts_models--multilingual--multi-dataset--xtts_v2 and download again so this will take time to download 1.87GB every time it runs
Do you how to stop this download? Thank you.
The text was updated successfully, but these errors were encountered: