-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step-by-step guide pls? #12
Comments
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 #13 |
You can now just git clone and download the models from googledrive link in the readme. |
cd $HOME git clone https://github.com/R2D2FISH/glados-tts && cd glados-tts
sudo rm -r models/ sudo apt-get install unzip unzip models.zip
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python3 glados.py
|
I have been troubleshooting for hours, and this is the farthest I've gotten. Please help
The text was updated successfully, but these errors were encountered: