-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kokoro tts #11
Comments
I used piperTTS. |
The quality is so much better. |
I am integrating Nvidia Jetson Orin Nano Super 8GB. It’s worth adding support if only for the research and POC. |
First, I saw your post on Reddit Going to implement for Orin Nano tonight. Kudos for the work - I would love to give acknowledgment and link your repo after I integrate and demo it. |
@thewh1teagle , testing on Nvidia Jetson Orin Nano Super 8GB. No TensorRT support, no CUDA support or it is inefficient. I can't check CPU or CUDA specifically, as working with session requires EspeakConfig. It does feel I'm choking resources on the Jetson, with thinking and speaking at once. Should I open an issue in your repo? |
It shouldn't be related
Cuda supported
Yes that can be helpful anyway |
I'll give it another look and improve logging. Thank you for the quick replies and reaching out! |
@thewh1teagle with session I can force use CUDA I needed to pass "espeak_config=None" on create_with_session. It looks like a trivial/minor bug - I'll open an issue Also, I'm going to add this to my demo and guide before I publish it on medium and relevant groups. |
Just pushed an example class to the demo app. |
Very cool project!
Consider use https://github.com/thewh1teagle/kokoro-onnx
It supports raspberry pi
The text was updated successfully, but these errors were encountered: