Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
1–10 of 107 posts
Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
#2> AMD Ryzen 7 8745HS: 1.5 seconds
These two can probably do it much faster on their iGPUs.
Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
#3the onnx version of pocket-tts does perform better. https://huggingface.co/KevinAHM/pocket-tts-onnx
Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
#4kokoro is decent but pocket-tts is much better especially when you rip a good voice. https://github.com/kyutai-labs/pocket-tts the onnx version of pocket-tts does perform better. https://huggingface.co/KevinAHM/pocket-tts-onnx
Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
#5Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
#6kokoro is decent but pocket-tts is much better especially when you rip a good voice. https://github.com/kyutai-labs/pocket-tts the onnx version of pocket-tts does perform better. https://huggingface.co/KevinAHM/pocket-tts-onnx
I've found that for CPU inference the PyTorch-based (non-quantized) version of Pocket TTS actually performs (both speed and quality-wise) better than the ONNX version, even after fiddling with all of the knobs that ONNX provides.