• https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.

    XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG

  • Joined on 2022-10-10
ecker pushed to master at ecker/tortoise-tts 2023-03-07 02:44:20 +00:00
e2db36af60 added loading vocoders on the fly
ecker commented on issue ecker/ai-voice-cloning#78 2023-03-07 02:43:06 +00:00
Implement BigVGAN Full Fat

No dice. image

It just whines a bunch when using bigvgan_24khz_100band.

ecker commented on issue ecker/ai-voice-cloning#69 2023-03-07 02:41:31 +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 metrics.

ecker pushed to main at ecker/tortoise-tts 2023-03-07 02:10:25 +00:00
ecker pushed to master at ecker/tortoise-tts 2023-03-07 02:10:19 +00:00
ecker pushed to main at ecker/tortoise-tts 2023-03-07 02:06:28 +00:00
66a7f2128e added bigger bigvgan, and way to pick
ecker pushed to master at ecker/tortoise-tts 2023-03-07 02:06:23 +00:00
66a7f2128e added bigger bigvgan, and way to pick
ecker pushed to main at ecker/tortoise-tts 2023-03-07 02:04:09 +00:00
86d9d99a4a added bigger bigvgan, and way to pick
ecker pushed to master at ecker/tortoise-tts 2023-03-07 02:04:07 +00:00
86d9d99a4a added bigger bigvgan, and way to pick
ecker commented on issue ecker/ai-voice-cloning#69 2023-03-07 01:33:49 +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…

ecker commented on issue ecker/ai-voice-cloning#77 2023-03-06 23:19:49 +00:00
Collab Notebook Training - issue

It was named as "Do Not Load TTS On Startup", I almost forgot.

Whenever I get a chance I'll have it download the required dvae.pth file when training if it's missing, rather than rely on TTS…

ecker commented on issue ecker/ai-voice-cloning#70 2023-03-06 23:17:52 +00:00
Question, why does my model produce bad output?

I suppose it has been overtrained and fried; the finetune I just finished still sounds terrible. I'm going to try and generate against older snapshots to see if I can find something sounding decent.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-06 23:07:28 +00:00
e731b9ba84 reworked generating metadata to embed, should now store overrided settings
ecker commented on issue ecker/ai-voice-cloning#70 2023-03-06 23:01:17 +00:00
Question, why does my model produce bad output?

Will take a look when I get a chance.

I had to re-run the finetune on my paperspace instance since I woke up to it halted a small ways through. It looks like this right now so it seems…

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

Does that seem like an appropriate setup in your opinion?

mmm, yeah, with the default LR rate of 1e-5, it should be at the same point (twice the size the size at half the requested epoch…

ecker commented on issue ecker/ai-voice-cloning#28 2023-03-06 22:01:46 +00:00
Feature request: batch processing/automation

Apologies for taking a while to get around to it, but the foundation for has been implemented in commit 7798767fc6a00601b1b2ca487738e9c54a1f4db2. I had a eureka moment earlier about how I can…

ecker commented on issue ecker/ai-voice-cloning#69 2023-03-06 21:51:17 +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…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-06 21:48:45 +00:00
7798767fc6 added settings editing (will add a guide on what to do later, and an example)
ecker commented on pull request ecker/ai-voice-cloning#76 2023-03-06 21:47:56 +00:00
WIP: Added experimental guided setup

Perfect, I was thinking of this earlier with the added complexity and bloated dependencies.

ecker pushed to master at ecker/tortoise-tts 2023-03-06 21:32:36 +00:00
7b2aa51abc oops