namynnuz/tts

By namynnuz

Updated 6 months ago

Tortoise-TTS Docker image with CUDA support. Fixed original repo. Python 3.10

Image
Languages & frameworks
Machine learning & AI
Developer tools
0

57

namynnuz/tts repository overview

Tortoise-TTS with CUDA support

The same as original repo, just fixed several issues:

  • Switched to python 3.10
  • Set tokenizers version to 0.13.3
  • Accepted Conda TOS in Docker file

 

To run

docker run --gpus all -e TORTOISE_MODELS_DIR=/models -v C:\\tortoise-tts\\models:/models -v C:\\tortoise-tts\\results:/results -v C:\\tortoise-tts\\huggingface:/root/.cache/huggingface -v C:\\tortoise-tts\\work:/work -it namynnuz/tts:latest

To check

conda activate tortoise && cd app && time python tortoise/do_tts.py --output_path /results --preset fast --voice geralt --text "I'm gonna ride my Plotka!"

This will download around 6Gb of model files and place the result in C:\tortoise-tts\results

Tag summary

Content type

Image

Digest

sha256:fd05cdb09

Size

7.1 GB

Last updated

6 months ago

docker pull namynnuz/tts