Skip to content
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

Open
art-from-the-machine opened this issue Sep 1, 2024 · 5 comments
Open

Piper gets stuck on a loop when voice model not found #406

art-from-the-machine opened this issue Sep 1, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@art-from-the-machine
Copy link
Owner

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.

@art-from-the-machine art-from-the-machine added the bug Something isn't working label Sep 1, 2024
@C1obs
Copy link

C1obs commented Sep 16, 2024

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!

@chrisoutwright
Copy link

I am missing some models in the folder:

MantellaSoftware\piper\models\skyrim\low

There should be:

<style> </style>
name voice_model bio bio_url advanced_voice_model skyrim_voice_folder race gender species ref_id base_id author voice_accent note
Delphine Delphine Delphine, a Breton woman, owns and runs the Sleeping Giant Inn in Riverwood with, along with a Nord man named Orgnar. ..... /wiki/Delphine_(Skyrim) Delphine FemaleUniqueDelphine Breton Female Human 13485 13478 Bethesda fr Shawn - doneish

but no such voice model I saw in folder..

@KiraSlith
Copy link

KiraSlith commented Jan 7, 2025

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.

@acj1990
Copy link

acj1990 commented Jan 8, 2025

Every time I run this mod it self-bricks for this reason, very quickly.

@Nieu5traszony
Copy link

Nieu5traszony commented Jan 8, 2025

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants