ModuleNotFoundError: No module named 'TTS.demos'
Hello, I'm interested in testing this model, could you help me with this error:
ModuleNotFoundError: No module named 'TTS.demos'
I installed TTS with:
pip install TTS
Hi!
If you're installing on Windows, from experience it seems buggy when installed that way. What I did is run it with a colab, I used this: https://colab.research.google.com/drive/1MrzAYgANm6u79rCCQQqBSoelYGiJ1qYL
Unfortunately checking it rn it seems the training feature needed to load different models is temporarily unavailable in colab: https://github.com/daswer123/xtts-webui/issues/80). But what I did was to create a new folder in the models folder and then put the four files in there, and then I could load them up then.
This also has a portable version which might make it easier to install locally and work: https://github.com/daswer123/xtts-webui?tab=readme-ov-file
(although disclaimer I haven't been able to try this yet)
You might also be able to get some help here: https://github.com/coqui-ai/TTS/issues
Hope this helps, and apologies for the late reply.