erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
864 stars 98 forks source link

On error not closing logs #275

Closed RenNagasaki closed 1 month ago

RenNagasaki commented 1 month ago

AllTalk v1 and v2 don't close the logs of an failed finetuning try. grafik I failed three times but all 3 folders can;t be deleted because the logs are kept open.

Not a big issue but still one nonetheless.

erew123 commented 1 month ago

@RenNagasaki

Yes, I know about this one. Its something in Coqui's scripts that just wont let go of the log files until the Python session is killed. It's one of those minor annoyances, that maybe Ill take a look at Coqui's scripts in future and submit a PR over to Eginhard if I can figure out what the deal is.

Thanks