Replies: 3 comments 4 replies
-
Ok, you are using anaconda as me and I noticed after putting some print commands here and there that the get_conditioning_latents.py is looking for the voices in the anaconda env copy (yes there is one, created by the install), so for that to work you either need to fix the get_conditioning_latents.py (not sure how) or copy the voices also to your conda env folders . |
Beta Was this translation helpful? Give feedback.
-
Can you guys explain what this even does? Just creates a model to use instead of always running a new on on the wav files? What's the proper way to use it syntax wise? |
Beta Was this translation helpful? Give feedback.
-
If you all fix bugs like this, please submit PRs to help others! I'd be glad to review them. @bbecausereasonss When you feed the model a voice to duplicate, it "compiles" it into something I call a "conditioning latent". This is is vector of numbers that describes the voice in a way that the Tortoise model understands. It is not a model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Working with get_conditioning_latents.py as it seems to speed things up a bit, and I've noticed three issues. Haven't tested these deeply, just reporting them here in case others want to explore, as I believe I have workarounds for them.
--output .\
Beta Was this translation helpful? Give feedback.
All reactions