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.
I'm trying to integrate the model to my GLaDOS Voice Assistant project. Tried running it on Raspberry Pi 4 V1.4 for shits and giggles, turns out that script won't run, because the CPU is missing support for avx2 instruction set.
RuntimeError: Unknown qengine
Suggestion: Add a comment to README.md file to save other's time:
Torch requires GPU or avx2 capable CPU to run the model, it will not run on Raspberry Pi.
Thank you so much for sharing your model!
I'm trying to integrate the model to my GLaDOS Voice Assistant project. Tried running it on Raspberry Pi 4 V1.4 for shits and giggles, turns out that script won't run, because the CPU is missing support for avx2 instruction set.
RuntimeError: Unknown qengine
Suggestion: Add a comment to README.md file to save other's time: Torch requires GPU or avx2 capable CPU to run the model, it will not run on Raspberry Pi.