rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
5.99k stars 435 forks source link

GPU acceleration support #149

Open GIOVANNI-75 opened 1 year ago

GIOVANNI-75 commented 1 year ago

hello, does the C++ version of the project with onnx support GPU acceleration ? and if not, is there a way to patch it? I wanted to use Python directly to have GPU acceleration but I think the repo is not updated and I encountered a lot of problems. thanks

marty1885 commented 1 year ago

Hi, I just submitted a patch to fix the performance issue on Python with GPU. #172 . Maybe it solves your issue?