Mylo

Results 125 comments of Mylo

Does it launch correctly if you try launching it again? If not, activate the venv (you can run the "activate_only.bat") and run `pip freeze`, check if TTS is listed there,...

That's not a critical error, it can be ignored

Try the common issues it gave the link for

from that first link you sent, it has the common issues, which includes a package you need to have installed, vc redist. (this is separate from the build tools) ![image](https://github.com/gitmylo/audio-webui/assets/36931363/2068a31e-b30a-4c4f-be43-8464c87aba83)

Try asking for support on the mecab-python3 github issues, they might have a better idea for what it could be.

There's a new notebook which will show the errors that occur during install. Although it probably isn't fixed yet. I'll see if i can find more information about the issue.

I'll go through a few and see whatever errors i can fix then.

Although, fixing it would be another hacky fix for something coqui should do themselves. And I had plans to move TTS to an extension in #143. I should probably do...