• Joined on 2023-03-05
nirurin opened issue ecker/ai-voice-cloning#79 2023-03-07 07:34:48 +00:00
gradio.exceptions.Error: "'NoneType' object has no attribute 'lower'"
nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 03:02:02 +00:00
Just some questions from a newbie...

Is there a rough value I should aim for?

To reiterate from the wiki:

However, there doesn't seem to be…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 02:54:32 +00:00
Just some questions from a newbie...

Sorry for all the questions!

When I reload the finteuned dataset and hit 'resume/import', it reloads all the correct settings, but the dropdown for 'source model' changes to 'null' which seems…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 02:49:55 +00:00
Just some questions from a newbie...

Right, the final loss value's too high, you'll need to train it a lot more, although I guess it's a matter of how nice the dataset is with how fast it'll finetune too, even with similar…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 02:12:22 +00:00
Just some questions from a newbie...

Ahh ok I see, I probably set the save states too frequently anyway so I ended up with loads of them.

However the final result is.... unfortunately pretty bad! Much worse than just using the…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 01:06:17 +00:00
Just some questions from a newbie...

Hmm. the training seems to have gotten to 100.1% and ... shows no sign of actually coming to a stop? I had expected it to send a console message or something to say that it was completed?

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-07 00:03:54 +00:00
Just some questions from a newbie...

So the training has currently taken up about 400gb of space on the drive (luckily I have the space), but I'm wondering if this is how much will need to be stored long-term for this training to…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 22:38:03 +00:00
Just some questions from a newbie...

Seems like it's only going to take about 2 hours, so I'm a little concerned I have something set 'too easy' lol. Though I mostly used the default options

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 22:01:41 +00:00
Just some questions from a newbie...

Yeah, there was an issue (#73, #74) with haphazardly adding in whisperx as a backend, where it'll break a package DLAS requires. The setup and update-force scripts have been fixed to have DLAS…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 21:42:45 +00:00
Just some questions from a newbie...

Tried to run a training session, set up the yaml etc, but got the following -

[Training] [2023-03-06T21:40:45.180518] from einops import rearrange, repeat, pack, unpack [Training]…

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 06:09:09 +00:00
Just some questions from a newbie...

Something I have noticed with the transcription files, is that quite often it will do something like...

Audio1 = The quick brown fox jumped Audio2 = over the lazy dog

Transcription1 = The…

nirurin opened issue ecker/ai-voice-cloning#71 2023-03-06 05:29:17 +00:00
Specific wav file format?
nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 04:36:52 +00:00
Just some questions from a newbie...

Ahh I see, so each voice will have its own model, so I select a voice and then the appropriate model for that voice. Makes sense.

I'll report back once I've done a test run, thankyou!

nirurin commented on issue ecker/ai-voice-cloning#69 2023-03-06 04:17:40 +00:00
Just some questions from a newbie...

Thankyou for the quick response!

I think part of my problem was just making sure that, once I've done the training (and there are now training files in the folder for a particular voice) I…

nirurin opened issue ecker/ai-voice-cloning#69 2023-03-06 03:11:52 +00:00
Just some questions from a newbie...
nirurin commented on issue ecker/ai-voice-cloning#41 2023-03-05 08:16:47 +00:00
Assorted feedback and some questions

Feedback 2: Voice directory is confusing/wrong There's this part in the wiki under Collecting Samples: "After preparing your clips as WAV files at a sample rate of 22050 Hz, open up the…