Skip to content
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

Upon launch, XTTS deletes old model files and redownloads the same file. #11

Open
spike4379 opened this issue Nov 26, 2023 · 3 comments

Comments

@spike4379
Copy link

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
Copy link

This looks related: coqui-ai/TTS#3264

@dazinator
Copy link

Following steps solved it for me:

  1. Delete contents of %LOCALAPPDATA%\tts\tts_models--multilingual--multi-dataset--xtts_v2
  2. 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 run pip 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.
  3. Run text gen UI as normal and it should now re-download the model but now hopefully for the last time.

@Lenos500
Copy link

Following steps solved it for me:

  1. Delete contents of %LOCALAPPDATA%\tts\tts_models--multilingual--multi-dataset--xtts_v2
  2. 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 run pip 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.
  3. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants