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

Added a script for downloading models #15

Open nalf3in opened 10 months ago

nalf3in commented 10 months ago

To follow up on https://github.com/R2D2FISH/glados-tts/issues/14 I added a script to download the models using github releases. However I admit I added quite a lot of "unrelated niceties" which I don't mind removing if you don't want them.

Some things to note:

  1. The download link for the models is currently DEFAULT_URL = "https://github.com/nalf3in/glados-tts/releases/download/v0.1.0-alpha/. If you make a github release I would be happy to change it to your repo's release instead
  2. I made some changes in glados.py so external programs could specify a specific model_dir or if they want logging to be enabled