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

No longer can access the model files due to git lfs quota #13

Closed nalf3in closed 1 year ago

nalf3in commented 1 year ago

I just realised this repo now uses github lfs for the model files. Unfortunately trying to pull the files gives this error:

git lfs pull
batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.                                                                                      
error: failed to fetch some objects from 'https://github.com/R2D2FISH/glados-tts.git/info/lfs'

Here's a workaround https://stackoverflow.com/questions/62905325/this-repository-is-over-its-data-quota-account-responsible-for-lfs-bandwidth-sh but the models will probably need to be hosted elsewhere or be included with "classic" git if possible.

I can look for a file host for the models or host them on my server via torrent if desired

R2D2FISH commented 1 year ago

I can host them on Google Drive maybe? I didn't want to use LFS but the new model file is too big to upload normally. Edit: added Google Drive link

nalf3in commented 1 year ago

Apparently google drive has no download limit so that's perfect. Thank you for the quick response : )