-
Notifications
You must be signed in to change notification settings - Fork 56
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
Piper gets stuck on a loop when voice model not found #406
Comments
I'm experiencing the "Could not find voice model..." error within mantella that i use with skyrim. It's great to see that you've identified a potential fix. I'm wondering if there's any update on when this fix might be implemented into the mod itself? Or, if there's any workaround or temporary solution that end-users could apply? Thanks for creating such a wonderful mod! |
I am missing some models in the folder:
There should be: <style> </style>
but no such voice model I saw in folder.. |
Any chance of an update on this? Mantella getting completely stuck endlessly restarting Piper (even after Skyrim is closed) because it can't find a voice, like MaleDunmer.onnx, is a huge brick wall against leaving on ambient behaviors. |
Every time I run this mod it self-bricks for this reason, very quickly. |
Yes it is definately a bug, it happens to me same way, but there is simple workaround for the time being. In relation to 'Delphine' missing files, there is actually her voice in the folder, just under 'uniquefemaledelphine.onnx' (and coresponding .json file). So just make a copy of those both files and rename them to delphine.onnx and delphine.json, just like mantella console tells you to. You can probably substitue other missing voices too. Hope that helps :-) |
If Piper is unable to find a voice model, it will get stuck on a loop trying to load it. To fix this, the list of available models should be pulled into a list by reading Piper's model folder when Mantella starts. This way, if a model is not in the list, Mantella can instead load a generic model for the NPC.
The text was updated successfully, but these errors were encountered: