• 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/ai-voice-cloning 2023-03-07 19:22:20 +00:00
3718e9d0fb set NaN alarm to show the iteration it happened it
ecker commented on issue ecker/ai-voice-cloning#80 2023-03-07 19:17:41 +00:00
CVVP latents missing

Per https://github.com/neonbjb/tortoise-tts#v24-2022517:

Removed CVVP model. Found that it does not, in fact, make an appreciable difference in the output.

Per https://nonint.com/2022/04/2

ecker commented on issue ecker/ai-voice-cloning#85 2023-03-07 17:07:55 +00:00
Long prompts and random voice

Long prompts often do not survive the generation to the end of the prompt.

Yeah, that's more of a limitation with TorToiSe itself.

if you use delimiter and random voice, it changes to a…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 17:04:53 +00:00
c27ee3ce95 added update checking for dlas and tortoise-tts, caching voices (for a given model and voice name) so random latents will remain the same
ecker pushed to master at ecker/tortoise-tts 2023-03-07 15:43:24 +00:00
cc36c0997c didn't get a chance to commit this this morning
ecker pushed to main at ecker/tortoise-tts 2023-03-07 15:43:21 +00:00
cc36c0997c didn't get a chance to commit this this morning
ecker commented on issue ecker/ai-voice-cloning#83 2023-03-07 14:49:51 +00:00
Voice training fails on AMD with "module not found: pyfastmp3decoder"

I can probably add it to DLAS's dependencies list at the very least.

I just remember that loading MP3s with tortoise-tts caused a nightmare of esoteric dependency issues that was inconsistent…

ecker commented on issue ecker/ai-voice-cloning#70 2023-03-07 14:01:41 +00:00
Question, why does my model produce bad output?

I think the crux is that female finetunes are just inherently less likely to turn out good. I've tried Mary/Maria from Silent Hill 2 and it sounds equally shitty. I'll see about finetuning at an…

ecker commented on issue ecker/ai-voice-cloning#83 2023-03-07 13:59:00 +00:00
Voice training fails on AMD with "module not found: pyfastmp3decoder"

Your inputs need to be wavs like everything else with the web UI. mp3 support is a muddy mess of dependencies that I have not bothered with at all validating the original repo for.

ecker closed issue ecker/ai-voice-cloning#83 2023-03-07 13:59:00 +00:00
Voice training fails on AMD with "module not found: pyfastmp3decoder"
ecker commented on issue ecker/ai-voice-cloning#78 2023-03-07 13:42:12 +00:00
Implement BigVGAN Full Fat

Right, I forgot they're married to JSON configs. Fixed in mrq/tortoise-tts commit fffea7fc038cc20945aa2208faf91c5434719b69.

ecker closed issue ecker/ai-voice-cloning#78 2023-03-07 13:42:12 +00:00
Implement BigVGAN Full Fat
ecker commented on issue ecker/ai-voice-cloning#79 2023-03-07 13:41:36 +00:00
gradio.exceptions.Error: "'NoneType' object has no attribute 'lower'"

Fixed in commit 166d491a987fc33af08997125135ca904943a470.

I didn't get to actually test None for the emotion, just the old behavior with Custom with a blank field.

ecker closed issue ecker/ai-voice-cloning#79 2023-03-07 13:41:36 +00:00
gradio.exceptions.Error: "'NoneType' object has no attribute 'lower'"
ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 13:40:46 +00:00
166d491a98 fixes
ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 13:40:08 +00:00
4f98a08a97 fixes
ecker pushed to main at ecker/tortoise-tts 2023-03-07 13:38:08 +00:00
fffea7fc03 unmarried the config.json to the bigvgan by downloading the right one
ecker pushed to master at ecker/tortoise-tts 2023-03-07 13:38:05 +00:00
fffea7fc03 unmarried the config.json to the bigvgan by downloading the right one
ecker closed issue ecker/ai-voice-cloning#81 2023-03-07 13:25:39 +00:00
Train.py Traceback Error
ecker commented on issue ecker/ai-voice-cloning#81 2023-03-07 13:25:38 +00:00
Train.py Traceback Error

You shouldn't be running train.bat directly, it's meant to be ran through the web UI.

If you insist on running it directly, you should at least look at the arguments it takes.