-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[BUG]: PiperTTS doesn´t show any model #2993
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
Comments
Since you are on Docker:
|
This seems to be directly related to either the asset bundle download to grab a voice from the CDN for pipertts. THese files are quite small which then implies there could be a VPN issue that could be blocking these downloads. This is also not even investigating browser compatibility issues that could be related, but likely as I can use this in Safari and Brave right now. When you go to the Pipertts settings page with console open you should see some console logs from the worker that are loading the WASM needed to use the voices in the list as well as downloading a voice to use for TTS. I would suspect that is the main culprit here. |
right now. pipertts works with a voice in english and i want it in spanish. i can't change the voice because nothing comes out and half the time it says pipertts worker timed out. in the console it comes out like this: PiperTTSWorker debug event: {“url”: “https://huggingface.co/diffusionstudio/piper-voices/resolve/main/en/en_US/hfc_female/medium/en_US-hfc_female-medium.onnx”, “total”:63201294, “loaded”:63151975} |
Are you on slow internet by chance? We dont keep the web worker open forever since that is a waste of resources (30 seconds) The PiperTTS files are quite small, so you should be able to load them within 30s on regular internet connections |
How are you running AnythingLLM?
Docker (remote machine)
What happened?
Hi, today I was testing PiperTTS and when it gave me the list of models to choose from: there were none!
I don't know if it could be my problem but in other devices it also fails.
Are there known steps to reproduce?
Going into voice and speak and changing text-to-speech to pipertts
The text was updated successfully, but these errors were encountered: