• 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/tortoise-tts 2023-04-29 00:38:37 +00:00
2f7d9ab932 disable BNB for inferencing by default because I'm pretty sure it makes zero differences (can be force enabled with env vars if you'r erelying on this for some reason)
ecker pushed to main at ecker/tortoise-tts 2023-04-29 00:38:34 +00:00
2f7d9ab932 disable BNB for inferencing by default because I'm pretty sure it makes zero differences (can be force enabled with env vars if you'r erelying on this for some reason)
ecker commented on issue ecker/vall-e#1 2023-04-28 18:33:00 +00:00
Curious about other strains

Oh my bad, I meant replace that line with the new line for both of them.

ecker pushed to master at ecker/vall-e 2023-04-28 18:10:20 +00:00
1aef128ccb added config parameter to randomly select between using a random utterance or using the target audio as the input prompt (to goad training better to learning speech synth)
ecker commented on issue ecker/ai-voice-cloning#217 2023-04-28 16:04:51 +00:00
Even after running setup-cuda, the start.bat shows missing modules.

No issues for me running the install .bat on Win10 + python3.10.

The only issue I can think of is if you're using PowerShell, as the venv activation script (.\venv\Scripts\activate.bat) does…

ecker pushed to master at ecker/ai-voice-cloning 2023-04-28 15:57:00 +00:00
eddb8aaa9a indentation fix
ecker commented on issue ecker/ai-voice-cloning#217 2023-04-28 15:40:47 +00:00
Even after running setup-cuda, the start.bat shows missing modules.

I feel like I managed to mess up a working environment ages ago where it wasn't actually installing the packages to the venv. Whenever I get the chance I'll validate that the procedure still…

ecker commented on issue ecker/ai-voice-cloning#219 2023-04-28 15:37:23 +00:00
mrq adding significant American accent to same voice samples from tortoise-fast-tts

The fundamental difference between the two forks that would cause this is in the method of computing a voice's conditional latents. I can't remember how the 152334H fork handles computing its…

ecker commented on issue ecker/ai-voice-cloning#218 2023-04-28 15:33:28 +00:00
Memory leak in prepare_dataset() when using phonemizing using espeak (included temporary solution)

Nope, seems I didn't. I backported my wrapper from it instead of relying on brandishing a fork with it.

Should be fixed in commit 99387920e1c3d741a95b2edf823aa3eab95b9d15 (should, I haven't…

ecker pushed to master at ecker/ai-voice-cloning 2023-04-28 15:32:00 +00:00
99387920e1 backported caching of phonemizer backend from mrq/vall-e
ecker commented on issue ecker/ai-voice-cloning#218 2023-04-28 15:28:13 +00:00
Memory leak in prepare_dataset() when using phonemizing using espeak (included temporary solution)

I swear I've already committed a fix for it. It might actually only live in mrq/vall-e but I'll double check.

ecker commented on issue ecker/ai-voice-cloning#152 2023-04-28 03:28:10 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Slight progress report again: things are going swimmingly again. Losses are going down (not as fast as apparent as I wish, but still going down), and accuracies are going up (again, not as fast as…

ecker commented on issue ecker/ai-voice-cloning#216 2023-04-27 14:41:09 +00:00
No Field To Set Seed In WebUI

Oops. Fixed in commit c5e9b407fa75524a279551b7be5c254d765ac873.

ecker pushed to master at ecker/ai-voice-cloning 2023-04-27 14:40:28 +00:00
c5e9b407fa boolean oops
ecker commented on issue ecker/vall-e#1 2023-04-27 00:50:06 +00:00
Curious about other strains

Finally got off my ass and "fixed" inferencing in my fork. You have two options with using the model you trained:

Using the original implementation

In [./vall-e/vall_e/__main__.py#L27](h…

ecker pushed to master at ecker/vall-e 2023-04-27 00:28:20 +00:00
0e420f63c7 inferencing is fixed (in the sense it reflects how it works during evaluation/validation)
ecker commented on issue ecker/ai-voice-cloning#152 2023-04-26 18:20:07 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I had a pretty lengthy progress report (despite framing it as brief), but I felt it was much ado about nothing, and might have painted too high of an expectation that I keep forgetting that I make…

ecker commented on issue ecker/ai-voice-cloning#152 2023-04-26 05:24:23 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

AIVC has Bark integration. I don't really need to use any of the forks, as:

  • Fictiverse seems to mostly focus on a web UI
  • JonathanFly seems to mostly focus on saving randomly generated voices…
ecker pushed to master at ecker/ai-voice-cloning 2023-04-26 04:55:17 +00:00
3978921e71 forgot to make the transcription tab visible with the bark backend (god the code is a mess now, I'll suck you off if you clean this up for me (not really))
ecker pushed to master at ecker/ai-voice-cloning 2023-04-26 04:48:18 +00:00
b6440091fb Very, very, VERY, barebones integration with Bark (documentation soon)