How to install neonbjb/tortoise-tts. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
neonbjb/tortoise-tts Installation Guide
How to install neonbjb/tortoise-tts. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for neonbjb/tortoise-tts. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i neonbjb/tortoise-ttsor
Install via npx
npx @hexmos/ipm i neonbjb/tortoise-ttsPrerequisites
Python
languageVersion: >=3.9.0
conda
package_managerVersion: 4.18.0
miniconda
package_managerVersion: latest
pytorch
build_toolVersion: 1.13.0
transformers
libraryVersion: 4.29.2
torchvision
libraryVersion: 0.13.1
torchaudio
libraryVersion: 0.12.0
numba
libraryVersion: 0.54.0
inflect
libraryVersion: 1.0.0
pysoundfile
libraryVersion: 2.0.0
docker
build_toolVersion: latest
git
system_toolVersion: 2.37.1
pip
package_managerVersion: 23.0.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python setup.py installConda Environment Installation
conda create --name tortoise python=3.9 numba inflect
conda activate tortoise
pip install torch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
pip install transformers
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-ttsDocker Installation
docker build . -t ttsText-to-Speech Execution
python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fastSocket Server Installation
python tortoise/socket_server.pyPost Installation Steps
- Start the server using `python3.10 -m tortoise.server`.
- Run migrations with `python manage.py makemigrations` and then `python manage.py migrate`.
