It is also open source and you can run it on your own computer with Docker. This model runs on Nvidia A100 (80GB) GPU hardware. Predictions typically complete within 9 seconds. The predict time for this model varies significantly based on the inputs. Readme This model expects that you...
Docker Hub pull rate limits begin April 1, 2025 and might affect CI/CD pipelines that pull Docker images. To prevent pipeline failures, configure the GitLab Dependency Proxy to authenticate with Docker Hub. Authenticate with Docker HubLearn more ...
Run XTTS within Docker/Podman for voice fine-tuning in a Web UI text-to-speechaiweb-uittsgradiofinetuningai-voiceai-trainingvoice-cloneai-voice-clonexttsxttsv2xtts-v2 UpdatedFeb 15, 2025 Python 🐸 Voice Cloning XTTS VITS - Coqui AI library for TTS models and voice cloning, aiming to gen...
Update Docker build & app startup. thanks @justinh-rahb Fix: "Plan failed with a cudnnException" Remove piper cuda support Version: 0.10.1, 2024-05-05 Removeruntime: nvidiafrom docker-compose.yml, this assumes nvidia/cuda compatible runtime is available by default. thanks@jmtatsch ...
Make deepspeed possible (--use-deepspeed), but not enabled in pre-built docker images (too large). Requires the cuda-toolkit installed, see the Dockerfile comment for details Version 0.14.0, 2024-06-26 Added response_format: wav and pcm support Output streaming (while generating) for tts-1...
mkdir xtts-api-server cd xtts-api-server docker run -d daswer123/xtts-api-server OR cd docker docker compose build Then you can run the server with the following command: docker compose up # or with -d to run in background Starting Server python -m xtts_api_server will run on defau...
For Kokoro, I used the docker-run instructions. I think docker on Windows may require WSL for proper sharing of gpu to the container, so you may need to install it either way. Make sure the endpoint matches. If you are keeping the settings.json file as is, then for Auralis: auralis...
Docker Image You can also try TTS without install with the docker image. Simply run the following command and you will be able to run TTS without installing it. docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu python3 TTS/server/server.py --list_mo...
docker compose up # or with -d to run in background Starting Server python -m xtts_api_server will run on default ip and port (localhost:8020) Use the --deepspeed flag to process the result fast ( 2-3x acceleration ) usage: xtts_api_server [-h] [-hs HOST] [-p PORT] [-sf SPE...
docker compose up#or with -d to run in background Starting Server python -m xtts_api_serverwill run on default ip and port (localhost:8020) Use the--deepspeedflag to process the result fast ( 2-3x acceleration ) usage: xtts_api_server [-h] [-hs HOST] [-p PORT] [-sf SPEAKER_FOL...