Upon launch, XTTS deletes old model files and redownloads the same file.
spike4379 opened this issue · 3 comments
spike4379 commented
Every time XTTS is launched now it deletes the contents of AppData\Local\tts\tts_models and redownloads the 1.8 gb file. I have confirmed this is happening with my friend too.
dazinator commented
This looks related: coqui-ai/TTS#3264
dazinator commented
Following steps solved it for me:
- Delete contents of
%LOCALAPPDATA%\tts\tts_models--multilingual--multi-dataset--xtts_v2
- Open a command prompt in your text gen web Ui dir and run
cmd_windows.bat
which will put you in the python environment then runpip install git+https://github.com/coqui-ai/TTS
to install TTS from github - this ended up uninstalling an older version and installing a newer one. - Run text gen UI as normal and it should now re-download the model but now hopefully for the last time.
Lenos500 commented
Following steps solved it for me:
- Delete contents of
%LOCALAPPDATA%\tts\tts_models--multilingual--multi-dataset--xtts_v2
- Open a command prompt in your text gen web Ui dir and run
cmd_windows.bat
which will put you in the python environment then runpip install git+https://github.com/coqui-ai/TTS
to install TTS from github - this ended up uninstalling an older version and installing a newer one.- Run text gen UI as normal and it should now re-download the model but now hopefully for the last time.
What about Linux users?