forked from mrq/tortoise-tts
Added a link to the colab notebook
This commit is contained in:
parent
5b852da720
commit
7baf9e3f79
11
README.md
11
README.md
|
@ -40,6 +40,12 @@ My fork boasts the following additions, fixes, and optimizations:
|
||||||
* easy install scripts
|
* easy install scripts
|
||||||
* and more!
|
* and more!
|
||||||
|
|
||||||
|
## Colab Notebook
|
||||||
|
|
||||||
|
A colab notebook to quickly set up and use this repo is included and available [here](https://colab.research.google.com/drive/1v2yTl-VkhYRflBUND-I9NuVWmCa5HeOg?usp=share_link): https://colab.research.google.com/drive/1v2yTl-VkhYRflBUND-I9NuVWmCa5HeOg
|
||||||
|
|
||||||
|
For the unfortunate using Paperspace, this notebook should also work for it.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
Outside of the very small prerequisites, everything needed to get TorToiSe working is included in the repo.
|
Outside of the very small prerequisites, everything needed to get TorToiSe working is included in the repo.
|
||||||
|
@ -49,6 +55,7 @@ Outside of the very small prerequisites, everything needed to get TorToiSe worki
|
||||||
Windows:
|
Windows:
|
||||||
* Python 3.9: https://www.python.org/downloads/release/python-3913/
|
* Python 3.9: https://www.python.org/downloads/release/python-3913/
|
||||||
* Git (optional): https://git-scm.com/download/win
|
* Git (optional): https://git-scm.com/download/win
|
||||||
|
* CUDA drivers, if NVIDIA
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
* python3.x (tested with 3.10)
|
* python3.x (tested with 3.10)
|
||||||
|
@ -85,7 +92,9 @@ For AMD users, I still might suggest using Linux+ROCm as it's (relatively) heada
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
First, make sure you have both `python3.x` and `git` installed, as well as the required compute platform according to your GPU (ROCm or CUDA)
|
First, make sure you have both `python3.x` and `git` installed, as well as the required compute platform according to your GPU (ROCm or CUDA).
|
||||||
|
|
||||||
|
Simply run the following block:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://git.ecker.tech/mrq/tortoise-tts
|
git clone https://git.ecker.tech/mrq/tortoise-tts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user