R2D2FISH / glados-tts

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
165 stars 87 forks source link

A word about Raspberries #1

Closed nerdaxic closed 2 years ago

nerdaxic commented 2 years ago

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.

R2D2FISH commented 2 years ago

If you convert the model to onnx and then to ncnn, you could probably run the model under vulkan on the Pi...