• 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 closed issue ecker/ai-voice-cloning#185 2023-03-31 06:04:05 +00:00
Error when running start.bat
ecker pushed to master at ecker/ai-voice-cloning 2023-03-31 06:04:05 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-03-31 03:26:13 +00:00
4744120be2 added VALL-E inference support (very rudimentary, gimped, but it will load a model trained on a config generated through the web UI)
ecker pushed to master at ecker/vall-e 2023-03-31 03:20:37 +00:00
8fca7596dd more tweaks/fixes
ecker pushed to master at ecker/vall-e 2023-03-31 02:52:29 +00:00
653d0b761d Make it able to work with also passing --yaml (necessary to inference from outside of CLI, as the config is loaded on initialization)
ecker pushed to master at ecker/vall-e 2023-03-31 01:06:35 +00:00
a58dba8f6c updated README for updated example to inference
ecker pushed to master at ecker/vall-e 2023-03-31 01:04:09 +00:00
e93fe50f37 updated README for updated example to inference
ecker pushed to master at ecker/vall-e 2023-03-31 00:56:05 +00:00
108fda9c5c cleaned up some things (made inferencing wrapped in a class, able to load models into memory without needing to export, but requires deepspeed still)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-29 19:53:30 +00:00
9b01377667 only include auto in the list of models under setting, nothing else
ecker commented on issue ecker/ai-voice-cloning#146 2023-03-29 19:38:26 +00:00
Discussion about Multi-Speaker dataset fine tuning.

Added ability to mix models in commit f66281f10cb952706fa97669d8d8c37cb7a261c1. I might need to actually lift Voldy's Web UI's implementation and have a third model and do three-way-merging just…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-29 19:29:24 +00:00
f66281f10c added mixing models (shamelessly inspired from voldy's web ui)
ecker commented on issue ecker/ai-voice-cloning#146 2023-03-29 18:43:58 +00:00
Discussion about Multi-Speaker dataset fine tuning.

There's one last thing that I keep forgetting to try and implement myself to see how the results are. I only remembered it earlier for VALL-E uses, but I don't see why it wouldn't also work for…

ecker commented on issue ecker/ai-voice-cloning#152 2023-03-29 18:31:07 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I'm so mad. I had a decently lengthed followup, but because I used a stupid emoji that the text entry field suggested, it ate it all up.

Pah, oh well. It was mostly outlining a path I should…

ecker commented on issue ecker/ai-voice-cloning#152 2023-03-29 18:29:23 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

What would such a dataset entail?

Not too sure. It'd probably be a mix between:

  • some already open speech collections.
  • samples of decent quality from the list of sample collections I…
ecker commented on issue ecker/ai-voice-cloning#152 2023-03-29 01:11:09 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I've had outstanding results with WhisperX once I started running it with --align_model WAV2VEC2_ASR_LARGE_LV60K_960H. The downside is that it doesn't support many languages out of the box (but…

ecker commented on issue ecker/ai-voice-cloning#183 2023-03-29 00:18:04 +00:00
generating voice clip is so much slower compared to using original Tortoise TTS

Yeah, a fresh install with fresh settings will take ages on the initial run. All these things will definitely eat up time:

  • download several models (the AR, the diffusion, the CLVP, the…
ecker commented on issue ecker/ai-voice-cloning#146 2023-03-29 00:04:12 +00:00
Discussion about Multi-Speaker dataset fine tuning.

Oh right, I forgot to actually test an English-but-varied speaker finetune to see how well it'd work for zero shot. desu it hasn't been something I'd care all that much to see (partially because I…

ecker commented on issue ecker/ai-voice-cloning#182 2023-03-28 17:37:38 +00:00
AttributeError: 'AsyncRequest' object has no attribute '_json_response_data'

Unfortunately it's a deep seated Gradio regression, there's not much I can do about it: mrq/ai-voice-cloning#116.

I couldn't consistently replicate it, but I would…

ecker commented on issue ecker/ai-voice-cloning#152 2023-03-28 17:34:57 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

The japanese tortoise model is really cool. Would VALL-E X provide better results?

Hard to say.

I feel whatever base VALL-E puts out for Japanese is an indicator of how well VALL-E X will…

ecker pushed to master at ecker/vall-e 2023-03-28 04:38:54 +00:00
ae4192f886 grab parameters to quantize for weight/activation compression training