From 958b939b64e7c603512c2008539ca069726501e5 Mon Sep 17 00:00:00 2001 From: James Betker Date: Mon, 2 May 2022 21:24:34 -0600 Subject: [PATCH] Add setup --- README.md | 7 +++++-- requirements.txt | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8aef3a0..cabf457 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,15 @@ https://colab.research.google.com/drive/1wVVqUPqwiDBUVeWWOUNglpGhU3hg_cbR?usp=sh ### Installation -If you want to use this on your own computer, you must have an NVIDIA GPU. Installation: +If you want to use this on your own computer, you must have an NVIDIA GPU. First, install pytorch using these +instructions: [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/) + +Then: ```shell git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts -pip install -r requirements.txt +python setup.py install ``` ### do_tts.py diff --git a/requirements.txt b/requirements.txt index 91503ea..85d0f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -torch -torchaudio +tqdm rotary_embedding_torch transformers tokenizers