• 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#136 2023-03-15 00:56:02 +00:00
Error when running training
ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 00:54:56 +00:00
5e4f6808ce I guess I didn't test on a blank-ish slate
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 00:53:02 +00:00
Mispronouncing certain letters for slavic languages

I caved and added a way to override the tokenizer JSON under Settings, because I realized it actually does affect Japanese (at least, from seeing it merge the "phonemes"). The overrided…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 00:37:59 +00:00
363d0b09b1 added options to pick tokenizer json and diffusion model (so I don't have to add it in later when I get bored and add in diffusion training)
ecker pushed to master at ecker/tortoise-tts 2023-03-15 00:30:42 +00:00
42cb1f3674 added args for tokenizer and diffusion model (so I don't have to add it later)
ecker pushed to main at ecker/tortoise-tts 2023-03-15 00:30:41 +00:00
42cb1f3674 added args for tokenizer and diffusion model (so I don't have to add it later)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 21:51:42 +00:00
07b684c4e7 removed redundant training data (they exist within tortoise itself anyways), added utility: view tokenized text
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 21:32:19 +00:00
Mispronouncing certain letters for slavic languages

Oh, actually, you could switch out the tokenizer for niche languages. I was doing a glance-over at how tortoise [tokenizes text](https://git.ecker.tech/mrq/tortoise-tts/src/branch/main/tortoise/u

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 20:37:57 +00:00
Mispronouncing certain letters for slavic languages

What settings are you using in "Prepare Dataset" so that you don't have to check and fix each clip manually?

Trim silence, text cull length 4, audio cull length 1 second. Nothing major, just…

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 19:44:30 +00:00
Mispronouncing certain letters for slavic languages

Hold up, by "dataset size of ~8k" do you mean train.txt was ~8kb or ~8k clips?

8k lines, one clip per line, 8k clips. I don't have a total audio metric, but providing that metrics is…

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 19:41:29 +00:00
Mispronouncing certain letters for slavic languages

Does this also apply to training a voice sample with a heavy accent, or should I leave it at the default as long as it's some form of English?

mmm, if it's strictly accented English, you…

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 19:23:30 +00:00
Mispronouncing certain letters for slavic languages

Nothing special, just max the LR sliders. The finer LR schedule will make it bake faster but crank the LR down to a good rate by epoch 9:

  • LR: 0.0001
  • Mel LR ratio: 1.0
  • Text LR ratio:…
ecker closed issue ecker/ai-voice-cloning#131 2023-03-14 18:58:08 +00:00
Error when importing dataset to resume training.
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 18:58:08 +00:00
ecker closed issue ecker/ai-voice-cloning#134 2023-03-14 18:53:03 +00:00
Error when I click train Exception: Do not invoke this from an import
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 18:53:03 +00:00
ecker closed issue ecker/ai-voice-cloning#132 2023-03-14 18:46:31 +00:00
Pressing "stop" while the generator is not running will cause it to halt with error the next time that it is ran.
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 18:46:31 +00:00
fe03ae5839 fixes
Compare 2 commits »
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-14 17:38:51 +00:00
Mispronouncing certain letters for slavic languages

Did you happen to train with the default Text LR Ratio?

For new languages, you'll want to increase the text LR ratio to 1, as you're effectively re-teaching the model a new language (or…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 16:23:36 +00:00
9d2c7fb942 cleanup