For real should be my last update for a while unless something catastrophic happens (I doubt it), but I figured this should be it's own block as this is more about integrating RetNet.
I…
It does work on windows in python 3.9-3.10, but it crashes on the regular.
I've had to run it entirely on Linux, as it's rocksolid on the same machine.
What I do is use the trained voice data on the original tortoise-tts, as it's quite a bit faster on Linux than the version bundled in this project.
And then I hacked do_tts.py to read through a…
The issue is because your Python version is too new, and one of the depencies errors upon installing if you scroll up.
To fix:
- Install pyenv
- pyenv install 3.9.17
- pyenv virtualenv…
The issue is because your Python version is too new, and one of the depencies errors upon installing if you scroll up.
To fix:
- Install pyenv
- pyenv install 3.9.17
- pyenv virtualenv…