• 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 commented on issue ecker/ai-voice-cloning#49 2023-03-01 16:26:04 +00:00
Where to ?

While mrq/tortoise-tts does have mechanisms to load a different model, there's no way to do that with just the repo itself. As I've told you before, that repo is only for TorToiSe itself and not…

ecker closed issue ecker/ai-voice-cloning#49 2023-03-01 16:26:04 +00:00
Where to ?
ecker commented on issue ecker/ai-voice-cloning#49 2023-03-01 15:03:51 +00:00
Where to ?

You can leave it in the ./training/{voicename}-finetune/models/ folder that it came from, or you can move it to ./models/finetunes/. The model list will check for both locations.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-01 01:17:48 +00:00
c2726fa0d4 added new training tunable: loss_text_ce_loss weight, added option to specify source model in case you want to finetune a finetuned model (for example, train a Japanese finetune on a large dataset, then finetune for a specific voice, need to truly validate if it produces usable output), some bug fixes that came up for some reason now and not earlier
ecker commented on issue ecker/ai-voice-cloning#48 2023-02-28 22:39:13 +00:00
ValueError: I/O operation on closed file.

If it happens again, what can I do or check to provide a clearer picture as to what caused it?

Unfortunately, I'm not too sure how to get a good idea on what happened when it does happen,…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 22:13:28 +00:00
5037752059 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 22:11:11 +00:00
387a69140e oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 22:08:14 +00:00
a4db90fa71 oops
ecker commented on issue ecker/ai-voice-cloning#47 2023-02-28 21:54:11 +00:00
ERROR: Could not open requirements file: [Errno 2] No such file or directory:

This may seem like a dumb question but how exactly do I get the full stack trace?

Basically everything that was printed to the console when you executed the script.

Yes, what the command…

ecker commented on issue ecker/ai-voice-cloning#48 2023-02-28 21:51:37 +00:00
ValueError: I/O operation on closed file.

I see on the 'Generate Configuration' tab of the web ui 'Resume State Path'. Am I correct in thinking if I paste in the most recent state path from the training_state directory it will resume…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 18:39:56 +00:00
a1fe7ec75c oops
ecker closed issue ecker/ai-voice-cloning#46 2023-02-28 18:25:24 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"
ecker commented on issue ecker/ai-voice-cloning#37 2023-02-28 15:39:57 +00:00
[Feature request] Add support for whisper.cpp

Forgot to mention I think yesterday when I remembered to commit it: added support for it in commit 6925ec731baebf08de3fc81368559e08684c047f.

Although, I couldn't get it to compile for the life…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 15:36:23 +00:00
787b44807a added to embedded metadata: datetime, model path, model hash
ecker commented on issue ecker/ai-voice-cloning#47 2023-02-28 14:15:04 +00:00
ERROR: Could not open requirements file: [Errno 2] No such file or directory:

A full stack trace would be nice.

My guess is you somehow downloaded this repo as a ZIP and don't actually have git installed, so it's not initializing the submodules (being dlas and…

ecker commented on issue ecker/ai-voice-cloning#46 2023-02-28 14:13:56 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

I am still getting out of memory errors with the training though, any reason why?

Besides lowering the training batch size and mega batch factor or using half-precision and crossing your…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-28 06:18:30 +00:00
81eb58f0d6 show different losses, rewordings
ecker commented on issue ecker/ai-voice-cloning#46 2023-02-28 05:24:56 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

Ah, looks like the total size of your voice inputs are too large. Increase the Voice Chunk slider and click (Re)compute Latents until it gets you something without throwing the error. I'm not…

ecker pushed to master at ecker/tortoise-tts 2023-02-28 01:42:41 +00:00
7b839a4263 applied the bitsandbytes wrapper to tortoise inference (not sure if it matters)
ecker pushed to main at ecker/tortoise-tts 2023-02-28 01:42:18 +00:00
7b839a4263 applied the bitsandbytes wrapper to tortoise inference (not sure if it matters)