Discover and explore top open-source AI tools and projects—updated daily.
CPU-optimized TTS inference engine
New!
Top 54.8% on SourcePulse
Genie is a lightweight inference engine and model converter for the GPT-SoVITS speech synthesis project. It targets users who need efficient, CPU-based speech synthesis with low latency and a small runtime footprint, offering a convenient API server and model conversion tools.
How It Works
Genie optimizes the GPT-SoVITS V2 model for CPU inference, achieving significantly lower latency and a much smaller runtime size compared to the official PyTorch or ONNX models. This is accomplished through ONNX model conversion and specific optimizations tailored for CPU performance, making it suitable for applications where GPU resources are limited or not cost-effective.
Quick Start & Requirements
pip install genie-tts
pyopenjtalk
installation.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
pyopenjtalk
may require C++ build tools on Windows.2 weeks ago
Inactive