[go: up one dir, main page]

Skip to content

A minimal PyTorch re-implementation of TorToiSe-tts inference

License

Notifications You must be signed in to change notification settings

Ryu1845/minTorToiSe

Repository files navigation

minTorToiSe

A minimal PyTorch re-implementation of TorToiSe-TTS inference

How to run

Only supports python between 3.8 and 3.10 included

git clone https://github.com/Ryu1845/minTorToiSe/
python -m venv .venv
source .venv/bin/activate
pip install -e .
python tortoise/inference.py --text "Tortoise is a text-to-speech program that is capable of synthesizing speech in multiple voices with realistic prosody and intonation." --conditioning_speech "emma.wav" --n_timestep 80

About

A minimal PyTorch re-implementation of TorToiSe-tts inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages