GPU-accelerated F5-TTS text-to-speech container with FastAPI. Production-ready for RunPod deployment
2.1K
A containerized implementation of F5-TTS (Flow Matching for Zero-Shot Text-to-Speech) optimized for GPU-accelerated environments.
docker pull climatologist/f5-tts:latest
docker run -p 8000:8000 --gpus all climatologist/f5-tts:latest
GET /health - Health check and GPU statusPOST /synthesize - Text-to-speech synthesisGET / - API documentationclimatologist/f5-tts:latest/workspace (for persistent data)8000To run locally while persisting your data (e.g., models, outputs), use a volume mount:
docker run -p 8000:8000 --gpus all -v $(pwd)/my_tts_data:/workspace climatologist/f5-tts:latest
Access the API at http://localhost:8000
latest - Current stable releasepytorch/pytorch:2.4.0-cuda12.1-cudnn9-runtime with PyTorch 2.7.1For technical issues, please refer to the project documentation.
Image maintained by climatologist
Content type
Image
Digest
sha256:94a5f51a6…
Size
7.9 GB
Last updated
about 1 year ago
docker pull climatologist/f5-tts