• 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-08 02:58:14 +00:00
b4098dca73 made validation working (will document later)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 00:52:02 +00:00
a7e0dc9127 oops
ecker commented on issue ecker/ai-voice-cloning#80 2023-03-07 21:16:48 +00:00
CVVP latents missing

Slimmer Computed Latents: falls back to the original, 12.9KiB way of storing latents (without the extra bits required for using the CVVP model).

Disable the setting.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 20:38:45 +00:00
e862169e7f set validation to save rate and validation file if exists (need to test later)
ecker commented on issue ecker/ai-voice-cloning#88 2023-03-07 20:17:59 +00:00
"Voice Chunks" not being auto calculated?

I haven't gotten around to documenting it, but per commit 3899f9b4e3d70e18ec11602f33e8c75e767ee0e6:

added (yet another) experimental voice latent calculation mode (when chunk size is 0 and…

ecker closed issue ecker/ai-voice-cloning#88 2023-03-07 20:17:59 +00:00
"Voice Chunks" not being auto calculated?
ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 20:17:10 +00:00
fe8bf7a9d1 added helper script to cull short enough lines from training set as a validation set (if it yields good results doing validation during training, i'll add it to the web ui)
ecker commented on issue ecker/ai-voice-cloning#82 2023-03-07 19:46:22 +00:00
Question: What is the meaning of the blue and orange lines in training?

Per the wiki:

This will update the graph below with the current loss rate. This is useful to see how "ready" your…

ecker closed issue ecker/ai-voice-cloning#82 2023-03-07 19:46:22 +00:00
Question: What is the meaning of the blue and orange lines in training?
ecker commented on issue ecker/ai-voice-cloning#84 2023-03-07 19:41:12 +00:00
20% Inference Speed increase for Large VRAM (3090+) GPUS

Per mrq/ai-voice-cloning#87, it's not a good idea to blindly increase it, as longer sentences will break it.

ecker closed issue ecker/ai-voice-cloning#84 2023-03-07 19:41:12 +00:00
20% Inference Speed increase for Large VRAM (3090+) GPUS
ecker closed issue ecker/ai-voice-cloning#87 2023-03-07 19:40:27 +00:00
CUDA out of memory - all of a sudden?
ecker commented on issue ecker/ai-voice-cloning#87 2023-03-07 19:40:24 +00:00
CUDA out of memory - all of a sudden?

Reverted in mrq/tortoise-tts commit 3dd5cad324.

In the future, if it does happen again, you'll need to lower the…

ecker pushed to main at ecker/tortoise-tts 2023-03-07 19:38:14 +00:00
3dd5cad324 reverting additional auto-suggested batch sizes, per mrq/ai-voice-cloning#87 proving it in fact, is not a good idea
ecker pushed to master at ecker/tortoise-tts 2023-03-07 19:38:12 +00:00
3dd5cad324 reverting additional auto-suggested batch sizes, per mrq/ai-voice-cloning#87 proving it in fact, is not a good idea
ecker commented on issue ecker/ai-voice-cloning#87 2023-03-07 19:36:25 +00:00
CUDA out of memory - all of a sudden?

Go under settings and set Sample Batch Size to 16. If you updated mrq/tortoise-tts recently, it added an additional automatic batch size tier, that I suppose isn't actually safe to use for…

ecker commented on issue ecker/ai-voice-cloning#86 2023-03-07 19:35:06 +00:00
The number of rows in your dataset is greater than the maximum allowed (5000)

Implemented an override in commit 7f89e8058acfea272e5e0b9fef784e1efa8d958b. Cannot validate, but I'm sure it's working.

ecker closed issue ecker/ai-voice-cloning#86 2023-03-07 19:35:06 +00:00
The number of rows in your dataset is greater than the maximum allowed (5000)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 19:34:02 +00:00
7f89e8058a fixed update checker for dlas+tortoise-tts
ecker pushed to master at ecker/ai-voice-cloning 2023-03-07 19:29:14 +00:00
6d7e143f53 added override for large training plots