Tortoise-TTS Docker image with CUDA support. Fixed original repo. Python 3.10
57
The same as original repo, just fixed several issues:
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
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
Content type
Image
Digest
sha256:fd05cdb09…
Size
7.1 GB
Last updated
6 months ago
docker pull namynnuz/tts