tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

How do I save my voice model?

Open silvervens opened this issue 3 years ago • 2 comments

So that I can turn it into a GUI based program with sets of voices instead of re-training and doing the same thing again.

Like, reloading the audio again and again. (On google colab) or you can give me advice that I can implement on PC but I prefer google due to memory issues.

silvervens avatar Mar 28 '23 11:03 silvervens

This is the nature of google colab. You can write a python script to automate the loading of your voices.

This is not a problem specific to tortoise. Voices stay in their folder no problem on a local installation.

n8bot avatar Mar 30 '23 02:03 n8bot

I mean the PTH model file for the voices I cloned. Or a model of my voices. Don't have to load in audio again and again and again.

On Thu, Mar 30, 2023, 9:55 AM n8bot @.***> wrote:

This is the nature of google colab. You can write a python script to automate the loading of your voices.

This is not a problem specific to tortoise. Voices stay in their folder no problem on a local installation.

— Reply to this email directly, view it on GitHub https://github.com/neonbjb/tortoise-tts/issues/378#issuecomment-1489610717, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNR4LPNBOW3ZPDVJODPGA3W6TY23ANCNFSM6AAAAAAWKNE7TI . You are receiving this because you authored the thread.Message ID: @.***>

silvervens avatar Mar 30 '23 16:03 silvervens