daswer123 / xtts-finetune-webui

Slightly improved official version for finetune xtts
244 stars 85 forks source link

Convert to importable or runnable CLI script #4

Closed platform-kit closed 10 months ago

platform-kit commented 11 months ago

Fantastic work on this. Would you have any interest in converting it into a script so it can be imported into another script, or run from CLI? This would make it useful on platforms like Replicate, etc.

I think it should be as simple as extracting the steps from the gradio ui and throwing them all into one big script. I would do it myself, but I can't quite tell what's what.

daswer123 commented 11 months ago

Thanks, that's a good idea. I think I'll make it as a separate python file.

platform-kit commented 11 months ago

@daswer123 amazing! Can't wait to see it!

daswer123 commented 11 months ago

Hi, I didn't get around to it, but I found out about the project that did just what you wanted.

https://github.com/Haurrus/xtts-trainer-no-ui-auto

platform-kit commented 10 months ago

@daswer123 this is amazing, thank you for pinging me.