-
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
Fixed in commit 1fd88afccad45f5579412c9c380eb0e9cf59ee6d. Just finished validating it.
Right, I forgot I ditched some additional install scripts to make things less complex yesterday. One moment while I update it.
Remedied in bacac6daea94addb3807e3bde265685c2ce59766. God only knows why Python splits arguments by spaces, regardless of wrapping it in quotes. I guess it makes sense why the issue only pops up…
I had a gut feeling it was going to crop up. I'm not necessarily sure how, since I thought I took care in wrapping the proxied argument in "s, but I guess that's not good enough. I'll replicate…
Given the revamped configuration generation process and (attempting to) unload all models on training, you might be able to get it working again if you lower the Mega Batch Factor
or whatever…
Since the project has grown in scope, mrq/tortoise-tts has been restructured to only provide my changes to tortoise-tts itself (only generating), while mrq/ai-voice-cloning is more about the one…
Fixed in 37ffa60d1459fde4e1749d6e30980ab0178cc10d. Sorry for the inconvenience.
Guess I didn't manage to get around testing transcribing if I broke it. One moment while I fix it.
So the source files are 3 WAV files, that combined are less than 1 MB so very small. And all together it has about 5~6 sentences Trained on that for about 20 mins and generated a few…
I checked through your issues page, but I'm not actually sure how to solve it even with what was written. I added the \n to "Line delimiter", the error suggests changing max_split_size_mb but I…