A GLaDOS TTS, using Forward Tacotron and HiFiGAN. Inference is fast and stable, even on the CPU. A low quality vocoder model is included for mobile use. Rudimentary TTS script included. Works perfectly on Linux, partially on Maybe someone smarter than me can make a GUI.
MIT License
167
stars
89
forks
source link
Failure without error message before input loop #8
When I start running this program it exits without error message before it can reach the input loop.
After a bit of Debugging I found it exits on line 29. Line 30 is never reached: https://github.com/R2D2FISH/glados-tts/blob/main/glados.py#L29
I'm running on Windows 10 with Python 3.9.13