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
167 stars 89 forks source link

Step-by-step guide pls? #12

Open UnderseaKnight opened 1 year ago

UnderseaKnight commented 1 year ago

I have been troubleshooting for hours, and this is the farthest I've gotten. Please help Screenshot (15)

nalf3in commented 1 year ago

This repo uses git lfs downloading the models. When you git pull you actually only download text files with information for git LFS and that's why it crashes at the "loading model in memory" step. Unfortunately the download quota for this repo is exceeded but you can see a workaround here https://github.com/R2D2FISH/glados-tts/issues/13

nalf3in commented 1 year ago

You can now just git clone and download the models from googledrive link in the readme.