art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU General Public License v3.0
153 stars 38 forks source link

Infinite loop when loading 1.0 XVASynth voice models #274

Open YetAnotherModder opened 2 months ago

YetAnotherModder commented 2 months ago

When loading an older 1.0 XVASynth voice model (such as robotcurie), Mantella can get stuck in an infinite loop of restarting XVASynth without succesfully loading the model. This mostly happens with FO4 since Skyrim has no pre 3.0 voice models. See my pull request for the fix : https://github.com/art-from-the-machine/Mantella/pull/272