CVVP latents missing #80
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#80
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since recent update code won't calculate CVVP latents.
Tried regenerating latents, 1 CVVP weight, bigvgan and univnet all produce same problem.
Per the wiki:
You shouldn't even be using the CVVP.
Why shouldn't I use CVVP? I had some good generations with it in the 0.8-1 range.
Per https://github.com/neonbjb/tortoise-tts#v24-2022517:
Per https://nonint.com/2022/04/25/tortoise-architectural-design-doc/:
Per my own findings, it increases generation time for little to no gain. It's something I've tried seeking quality uplifts and found none in many of my early tests. If it works for you, great, but it's not something I'll endorse (for lack of a better term).
Anyways, I've made the message more detailed, as it was before I've added the setting that governs exporting the data for comparing against the CVVP. The setting isn't on by default because of mrq/tortoise-tts#10 (it greatly increases output size if embedding metadata + latents are enabled, which are by default).
I appreciate the detailed response. Was not aware support got dropped in the original Tortoise.
CVVP impact is small, but it's a nice to have and play around with when you're trying to get a generation just right.
As far as I can tell CVVP is completely broken since yesterday's commit. If it's a small change to get it functional again (even if not officially endorsed) then I would consider it worth it. Of course it's up to you whether or not you wish to carry it into the future.
If you'd like I could give it a go and see if I can get it working?
Disable the setting.
I tried it before and it wasn't working for some reason. Anyway it's working now. Thanks! :)