-
Notifications
You must be signed in to change notification settings - Fork 207
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
Bug report: Application exits when trying to clone voice in Bark Voice Clone #416
Comments
I will test it out. What about non mp3, does that work? |
I was able to do it, so there's a more complicated issue. MP3 does not seem to be the issue either. Generally if it crashes without any info that's a high-level crash, like PC running out of memory. |
Thanks - I'm not out of memory (12 GB GPU, but it shows 50% free when the model loads). However, I'll try a restart later and see how it goes. I just tested F5 TTS through the WebUI and that works flawlessly. |
Thanks for the debug info. It really seems like a black box error. It's possible that it happens with fairseq, but the root cause might be another component, such as xformers. As for the database error, it shouldn't cause the problem. I'm wondering if RVC works or not. If not, it could really be a fairseq issue. Then we can try reinstalling fairseq or building from source. |
So after some tests today
Not sure if that helps. |
So just to go over some of these:
But I can see what is probably the real problem - USER\anaconda3 - the anaconda install on PC is interfering with the tts-webui's anaconda. This could be confirmed with a couple of checks: diagnostics.bat |
Steps
Expected result - new voice file created from MP3
Actual result - Application exits with no error messages
The text was updated successfully, but these errors were encountered: