-
Notifications
You must be signed in to change notification settings - Fork 22
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
mimic3 voices fail to download #127
Comments
Note: This may also affect more than just mimic3 voices, if other voices are downloaded from GitHub. |
Many thanks for reporting this. The problem seems to be related only to big in size *.onnx files. It is not possible to download them. Even
The problem is only with mimic3. |
I've created this to report the problem. |
I've re-uploaded all mimic3 models to my own repository on hugging face: https://huggingface.co/mukowaty/mimic3-voices Fix: 8442c91 If you want to fix this without waiting for the next release, you can edit
to
|
New version 4.5.0 is out. The fix is included. |
I had some mimic3 voices previously downloaded in Speech Note before. However, on a fresh installation, I tried downloading a few text to speech voices and noticed that mimic3 voices are now failing to download. I guess the URLs changed?
For example, the UK apope voices:
Trying to download, I get this:
"Error: Couldn't download the model file."
If we look at the config.json (as an example), the latest version is at:
https://raw.githubusercontent.com/MycroftAI/mimic3-voices/master/voices/en_UK/apope_low/config.json
(Non-raw, GitHub UI version is at https://github.com/MycroftAI/mimic3-voices/blob/master/voices/en_UK/apope_low/config.json)
So, assuming you'd want the same commit (although it probably wouldn't hurt to bump it up to a new version), the URLs should change. Here's the working URL for the JSON (as an example):
https://raw.githubusercontent.com/MycroftAI/mimic3-voices/b239a9084e21fbaa7ac78ea6e31f5de1c31c8f42/voices/en_UK/apope_low/config.json
The fix looks like it would be to change the hostname from
github.com
toraw.githubusercontent.com
and to also removeraw/
from the URL (as it's included in the hostname).I think the original URLs might still work in a browser, but that does redirects and I'm not sure if redirects are handled in the app.
The text was updated successfully, but these errors were encountered: