glados-tts icon indicating copy to clipboard operation
glados-tts copied to clipboard

Improvements for downloading models

Open nalf3in opened this issue 2 years ago • 2 comments

Hey there, just wanted to discuss about potentials improvement for downloading the models.

For my integration of your tts in homeassistant wyoming-glados I created a script that downloads the models for this repo here. Instead of google drive it uses github releases which allows unlimited downloads. Also getting the project running would be a bit easier for users as they would only have to

git clone https://github.com/R2D2FISH/glados-tts/ cd glados-tts python3 download.py

Instead of manually downloading and moving the files from google drive.

I would be happy to submit a pr including the script and adjustments to the readme if these changes are welcome. You would need create a github release for this repo and add the model files like here though.

nalf3in avatar Oct 25 '23 03:10 nalf3in

Awesome! Go ahead. I never expected to get so much support from random people on the internet on this project but its nice because I'm pretty busy with classes and stuff.

R2D2FISH avatar Oct 26 '23 19:10 R2D2FISH

Perfect ! I will submit a pr next time I have some free time. If you can create a release with the model files like here I will edit the hardcoded URL in download.py to your repo instead of mine

nalf3in avatar Oct 27 '23 21:10 nalf3in