• 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-14 16:05:04 +00:00
65fe304267 fixed broken graph displaying
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 15:48:56 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 14:08:42 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 05:02:33 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-03-14 02:29:20 +00:00
92a05d3c4c added PYTHONUTF8 to start/train bats
ecker commented on issue ecker/ai-voice-cloning#50 2023-03-14 02:26:43 +00:00
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2: character maps to <undefined>

I incidentally had a similar issue with something unrelated in Python even with an en-US system. The "fix" was to set PYTHONUTF8=1.

I'll throw it into the start.bat and hope it doesn't have…

ecker pushed to main at ecker/tortoise-tts 2023-03-14 01:14:12 +00:00
65a43deb9e why didn't I also have it use chunks for computing the AR conditional latents (instead of just the diffusion aspect)
ecker pushed to master at ecker/tortoise-tts 2023-03-14 01:14:10 +00:00
65a43deb9e why didn't I also have it use chunks for computing the AR conditional latents (instead of just the diffusion aspect)
ecker commented on issue ecker/tortoise-tts#42 2023-03-13 22:01:22 +00:00
Random voices appear at random when specific voice selected

Running ./scripts/tortoise_tts.py

Beyond my scope, as:

  • I haven't touched that file at all.
  • I'm not supporting manually invoking tortoise-tts.
  • my priority lies with [mrq/ai-voice-clo…
ecker closed issue ecker/tortoise-tts#42 2023-03-13 22:01:22 +00:00
Random voices appear at random when specific voice selected
ecker commented on issue ecker/ai-voice-cloning#115 2023-03-13 21:49:10 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support

Noted, I'll make sure to add that as a note in the wiki.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 21:25:02 +00:00
dadb1fca6b multichannel audio now report correct duration (surprised it took this long for me to source multichannel audio)
ecker commented on issue ecker/ai-voice-cloning#113 2023-03-13 19:49:09 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

The recommendation now is to not use all-in-one files

Correct.

It's not the end of the world if you can't, but Whisper's timestamps aren't to be trusted as much as I had hoped.

make…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 19:07:39 +00:00
32d968a8cd (disabled by default until i validate it working) added additional transcription text normalization (something else I'm experimenting with requires it)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 18:52:31 +00:00
66ac8ba766 added mel LR weight (as I finally understand when to adjust the text), added text validation on dataset creation
ecker commented on issue ecker/ai-voice-cloning#113 2023-03-13 18:44:27 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

Anyways, the last thing I need to mend is how I'm "leveraging" the dataset by making it actually leverage the dataset, rather than something like "I see you segmented your audio, so I'll make some…

ecker commented on issue ecker/ai-voice-cloning#113 2023-03-13 18:24:29 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

I forgot I was too fried over the weekend to respond.

What I'm wondering about is how to get segmentation right. It's surprising to hear that sentence by sentence is okay, since whisper has…

ecker closed issue ecker/ai-voice-cloning#61 2023-03-13 17:45:03 +00:00
Memory Leak
ecker commented on issue ecker/ai-voice-cloning#115 2023-03-13 17:43:38 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support

Allegedly WSL2 does support nccl, per NVIDIA's doc/blog/guide. I'm not too well-versed in how robust WSL2 is, but I imagine just using the…

ecker closed issue ecker/ai-voice-cloning#115 2023-03-13 17:43:38 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support