• Joined on 2023-03-05
nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 03:24:27 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

ahhhh... I dooooo have a sound file which is 1hour+ because it's a narrated audiobook file (with the bad bits snipped out, but still kept as one single file).

That'll do it. If it's in…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 03:16:59 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

It might have to do with sound file length. If there's even one really long sound file compared to the rest, it'll cause all other sounds to pad to the largest length to easily match. It could…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 02:58:17 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

had to put chunks up to 32 to avoid out-of-memory errors (seems even 24gb of vram isn't enough these days lol).

But I am now getting actual accented voices out of the generator!

I wonder…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 02:48:52 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

That is to also say, I might need to have it use the default behavior too, if it works better in some cases, since I believe the fast repo by default uses the old behavior (use the first 4…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 02:35:02 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

Yeah, it looks like the you can just copy ./voices/patrick/cond_latents_f90a07a1.pth file and just paste it into the fast repo's voice folder (I'd suggest a new voice folder, just to make sure…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 02:15:14 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

Thanks for looking into it. I would much prefer it if I could do the entire process within your repo version, as the gui and everything is so much nicer to use (it took me ages of struggling to…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 02:05:08 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

I have done training on various versions of the mrq repo over the last few days (I tend to update whenever you say you've fixed something haha) but all of my tests have been garbled like this…

nirurin commented on issue mrq/ai-voice-cloning#113 2023-03-11 01:50:29 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

That's strange. Can you send over that model for me to test against?

I can't imagine I broke anything. The only thing I can think of would be it somehow not actually using the model for…

nirurin opened issue mrq/ai-voice-cloning#113 2023-03-11 01:42:40 +00:00
Generated voices from training data always garbled.... but words fine using tortoise-tts-fast ... (?)
nirurin commented on issue mrq/ai-voice-cloning#104 2023-03-10 00:01:52 +00:00
module 'ffmpeg' has no attribute 'Error'

im having the same issue on paperspace not sure how to fix it.

No idea on paperspace, I'm doing it locally, but the wiki has the fix in the "issues" section

nirurin closed issue mrq/ai-voice-cloning#104 2023-03-09 23:43:18 +00:00
module 'ffmpeg' has no attribute 'Error'
nirurin opened issue mrq/ai-voice-cloning#104 2023-03-09 23:34:07 +00:00
module 'ffmpeg' has no attribute 'Error'
nirurin commented on issue mrq/ai-voice-cloning#102 2023-03-09 23:04:28 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

adamw

do not use adamw_zero, it will keep your learning rate fixed and not decay, as I've learned the hard way. A lot of the "do this if you're distributing" (multigpu) comments don't…

nirurin commented on issue mrq/ai-voice-cloning#102 2023-03-09 22:40:28 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

Do I have to manually edit

optimizer: ${optimizer} # this should be adamw_zero if you're using distributed training

To

optimizer: adamw

or should it be adamw_zero (which the comment…

nirurin commented on issue mrq/ai-voice-cloning#102 2023-03-09 22:30:03 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

I am also having the same issue, on a fresh forced-update and with all new data and training config.

nirurin commented on issue mrq/ai-voice-cloning#97 2023-03-09 02:44:56 +00:00
Training Error? Encountered 10 NaN losses in a row?

Can't help with your issue but... you were getting good results with only 32 epochs?

I'm currently on... 5990 epochs and it's still pretty much just a garbled mess.

nirurin commented on issue mrq/ai-voice-cloning#69 2023-03-08 21:22:57 +00:00
Just some questions from a newbie...

http://sndup.net/xsyh

This is the current output at around 4000 epochs, with the current graph in the image below. I'm not sure if I'm doing something wrong, or if I simply haven't done…

nirurin commented on issue mrq/ai-voice-cloning#60 2023-03-07 23:55:09 +00:00
Share your models

Good idea. I've also have a discrod setup if any you guys want to share ideas/tips : https://discord.com/channels/1041095964028575765/1078356417582481468

This seems to be a link to a channel,…

nirurin opened issue mrq/ai-voice-cloning#88 2023-03-07 20:02:49 +00:00
"Voice Chunks" not being auto calculated?
nirurin opened issue mrq/ai-voice-cloning#87 2023-03-07 19:34:29 +00:00
CUDA out of memory - all of a sudden?