• 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#7 2023-02-19 06:08:56 +00:00
Something went wrong

I'm not bloating the repo with voice samples that a good majority of people won't use. mrq/tortoise-tts already takes way too long to clone because it still has all the deltas from all the…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 06:04:56 +00:00
debdf6049a forgot to copy again from dev folder to git folder
ecker commented on issue ecker/ai-voice-cloning#7 2023-02-19 06:03:55 +00:00
Something went wrong

Should be fixed in commit ae5d4023aa5a3faaad514dcab4692ef608b0e20f.

I supppose it's some Gradio inconsistency that I really do not want to try and figure out the root cause, so it'll just get…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 06:02:57 +00:00
ae5d4023aa fix for (I assume) some inconsistency with gradio sometimes-but-not-all-the-time coercing an empty Textbox into an empty string or sometimes None, but I also assume that might be a deserialization issue from JSON (cannot be assed to ask people to screenshot UI or send their ./config/generation.json for analysis, so get this hot monkeyshit patch)
ecker commented on issue ecker/ai-voice-cloning#7 2023-02-19 05:52:36 +00:00
Something went wrong

I need the full stack trace from console for that, if you can provide it.

ecker commented on issue ecker/ai-voice-cloning#3 2023-02-19 05:50:12 +00:00
FileNotFoundError immediately after starting training

And as much as I hate providing StackOverflow references, this one

ecker commented on issue ecker/ai-voice-cloning#3 2023-02-19 05:48:12 +00:00
FileNotFoundError immediately after starting training

That looks like an issue that crops up during training itself rather than the web UI. I'm assuming it offers a code block to try and reproduce it:

import torch
torch.backends.cuda.matmul.all…
ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 05:29:15 +00:00
ec550d74fd changed setup scripts to just clone mrq/tortoise-tts and install locally, instead of relying on pip's garbage git-integrations
ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 05:12:21 +00:00
57060190af absolutely detest global semantics
ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 05:10:14 +00:00
f44239a85a added polyfill for loading autoregressive models in case mrq/tortoise-tts absolutely refuses to update
ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 05:05:41 +00:00
e7d0cfaa82 added some output parsing during training (print current iteration step, and checkpoint save), added option for verbose output (for debugging), added buffer size for output, full console output gets dumped on terminating training
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-19 05:01:15 +00:00
Error when running start.bat

That's some other funky thing that sometimes crops up, especially in a colab notebook, and I swear one method worked while the next time it needed a different remedy.

Try:

pip uninstall…
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-19 04:07:42 +00:00
Error when running start.bat

Strange.

I suppose some surgery is needed. Save tortoise/api.py and place it under `.\venv\Lib\site-packages\tortoise\a…

ecker commented on issue ecker/ai-voice-cloning#6 2023-02-19 03:44:41 +00:00
Error when running start.bat

You'll need to run:

call .\venv\Scripts\activate.bat
pip install -U git+https://git.ecker.tech/mrq/tortoise-tts.git

Just for my curiosity:

  • did you happen to move over `.\tortoise-…
ecker pushed to main at ecker/tortoise-tts 2023-02-19 01:54:27 +00:00
5bbae621f2 Oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 01:47:15 +00:00
5fcdb19f8b I forgot to make it update the whisper model at runtime
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 20:56:40 +00:00
47058db67f oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 20:37:47 +00:00
fc5b303319 we do a little garbage collection
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 19:54:30 +00:00
58c981d714 Fix killing a voice generation because I must have broken it during migration
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 19:46:32 +00:00
cd8919e65c fix sloppy copy paste job when looking for new models