Skip to content
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

Open
UnderseaKnight opened this issue Oct 16, 2023 · 3 comments
Open

Step-by-step guide pls? #12

UnderseaKnight opened this issue Oct 16, 2023 · 3 comments

Comments

@UnderseaKnight
Copy link

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

@nalf3in
Copy link

nalf3in commented Oct 17, 2023

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

@nalf3in
Copy link

nalf3in commented Oct 17, 2023

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

@cardboardcode
Copy link

@UnderseaKnight

  1. Download the repository:
cd $HOME
git clone https://github.com/R2D2FISH/glados-tts && cd glados-tts 
  1. Download models.zip using the Google Drive link in root README.md

  2. Unzip models.zip to replace the models/ directory.

sudo rm -r models/
sudo apt-get install unzip
unzip models.zip
  1. Set up python3 virtual environment:
virtualenv -p python3 venv
  1. Enter python3 virtual environment:
source venv/bin/activate
  1. Install python3 depdencies in virtual environment:
pip install -r requirements.txt
  1. Run glados.py script to start TTS inference:
python3 glados.py
  1. Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants