• 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/vall-e 2023-04-13 21:02:14 +00:00
1a0dd2cd77 fixed phonemizer, added calculating total duration (and duration by speaker), updated default symmap, some other things maybe
ecker closed issue ecker/ai-voice-cloning#203 2023-04-13 03:14:14 +00:00
Error after last git. > No module named 'vall_e'
ecker pushed to master at ecker/ai-voice-cloning 2023-04-13 03:14:14 +00:00
02beb1dd8e should fix #203
ecker commented on issue ecker/ai-voice-cloning#200 2023-04-12 20:04:33 +00:00
KeyError: 'mode': utils.py", line 1126, in parse_metrics if data["mode"] == "validation":

Should be fixed in the latest commit.

ecker pushed to master at ecker/ai-voice-cloning 2023-04-12 20:03:59 +00:00
8f3e9447ba disable diarize button
ecker pushed to master at ecker/ai-voice-cloning 2023-04-12 20:02:58 +00:00
d8b996911c a bunch of shit i had uncommited over the past while pertaining to VALL-E
ecker pushed to master at ecker/tortoise-tts 2023-04-12 20:00:14 +00:00
f025470d60 Merge pull request 'Update tortoise/utils/devices.py vram issue' (#44) from aJoe/tortoise-tts:main into main
eea4c68edc Update tortoise/utils/devices.py vram issue
815ae5d707 Merge pull request 'feat: support .flac voice files' (#43) from NtTestAlert/tortoise-tts:support_flac_voice into main
2cd7b72688 feat: support .flac voice files
Compare 4 commits »
ecker merged pull request ecker/tortoise-tts#44 2023-04-12 19:58:04 +00:00
Update tortoise/utils/devices.py vram issue
ecker pushed to main at ecker/tortoise-tts 2023-04-12 19:58:04 +00:00
f025470d60 Merge pull request 'Update tortoise/utils/devices.py vram issue' (#44) from aJoe/tortoise-tts:main into main
eea4c68edc Update tortoise/utils/devices.py vram issue
Compare 2 commits »
ecker commented on pull request ecker/tortoise-tts#44 2023-04-12 19:57:52 +00:00
Update tortoise/utils/devices.py vram issue

Modifying whitespace will cause it to do that.

ecker commented on issue ecker/ai-voice-cloning#199 2023-04-12 03:02:23 +00:00
Colab Notebook for Transcription and Generating YAML Configuration for Training

segment and transcribe for data prep as well as to generate YAML configuration for training.

They're within the web UI tabs.

ecker closed issue ecker/ai-voice-cloning#199 2023-04-12 03:02:23 +00:00
Colab Notebook for Transcription and Generating YAML Configuration for Training
ecker commented on issue ecker/vall-e#1 2023-04-10 15:46:09 +00:00
Curious about other strains

I'm a bit fried so bear with me if I'm incoherent.

The lifeiteng implementation leverages Lhotse + k2 + icefall to prepare its dataset. I can't quite recall the pros and cons I've gleaned with…

ecker pushed to master at ecker/vall-e 2023-04-10 01:14:05 +00:00
348c6e73a1 reduce batch size if OOM during forward pass (tries up to 4 times before triggering hard OOM), also a VRAM reduction from naive ZeRO settings that sometimes triggered OOM during backwards pass from allocating 512MiB
ecker pushed to master at ecker/vall-e 2023-04-09 21:42:30 +00:00
ed81185210 properly integrate phonemizer to reuse backend object (no more memory leaks)
ecker pushed to master at ecker/vall-e 2023-04-09 05:32:15 +00:00
354b8902d4 ar+nar validation/evaluation output if both models are training
ecker commented on issue ecker/ai-voice-cloning#152 2023-04-09 01:01:38 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Are we still at this stage?

mmm

It's hard to say still. I think my new-er understanding of how the implementation works, and how VALL-E itself works, wants to say it should be pretty…

ecker commented on issue ecker/ai-voice-cloning#152 2023-04-08 20:21:50 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Anywho, I'm blasting ropes from how training is shaping up now. It was a really rocky start, but it seems to be smooth sailing now, as I'm getting actual clean real output now from utilizing…

ecker commented on issue ecker/ai-voice-cloning#152 2023-04-08 19:47:24 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Yeah the one on the doc are the golden version! At least according to the anon who ripped them (I didn't check it myself)...

Yeah, they're from Golden. I tried adding in the Chie lines the…

ecker merged pull request ecker/ai-voice-cloning#191 2023-04-08 14:04:47 +00:00
Make convenient to use with Docker