Unable to locate voices after updating + file saving overwrite. #17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After updating to latest commit, i moved all my voices folder from
tortoise-tts\tortoise\voices
totortoise-tts\voices
. And everything was okay until i restarted the start.bat for second time. Now gradio is unable to find voices, except microphone. Refreshing list does not help.tortoise-tts\voices
still has all my voices files.I tried moving voices to original
tortoise-tts\tortoise\voices
, but it would not generate anything with error:RuntimeError: Parent directory ./B:\AIVoice\tortoise-tts\tortoise\utils\../voices/speaker1 does not exist.
I also spotted some strange behavior in new file naming. One of my voices refused to save as voice_14.wav, every new generation just replaced voice_13.wav file. Other voices were fine and saved voice2_16... etc.
Instead of creating a new issue, I also have had problems since updating. I can't even run the new build - or the old build anymore since updating. Seems like it lost the Torch module
Commit
ffb269e579
should fix being unable to use the old voice dir (a trailing./
problem), and the incrementing filename problem (needed to + 1 after counting, oops). I swear I checked both and it worked fine, but I guess not.As for the:
I can't replicate it. The only thing I can think of is that it will check there even if
./tortoise/voices/
exists at all.You can always "reinstall" by deleting
tortoise-venv
, deleting thebuild
folder (just in case), and re-running the setup script. However, I'm not able to really replicate anything despite having a very, very dirty copy I'm working out of, and updating it forcefully didn't yield any issues.