• 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 deleted branch causal from ecker/DL-Art-School 2023-02-22 23:10:25 +00:00
ecker deleted branch fastspeech_support from ecker/DL-Art-School 2023-02-22 23:10:21 +00:00
ecker pushed to bitsandbytes at ecker/DL-Art-School 2023-02-22 23:10:01 +00:00
01c0941a40 binaries
4427d7fb84 initial conversion (errors out)
Compare 2 commits »
ecker created branch bitsandbytes in ecker/DL-Art-School 2023-02-22 23:10:01 +00:00
ecker commented on issue ecker/ai-voice-cloning#23 2023-02-22 15:53:26 +00:00
Add documentation on hover for params in UI

I'll see about cramming those in. I know Voldy's Stable Diffusion Web UI has them, some of the time but not all the time. Gradio's documentation doesn't seem to have an easy way to expose them, so…

ecker commented on issue ecker/ai-voice-cloning#18 2023-02-22 15:48:13 +00:00
Suggestion: Option to delete intermediate .wav files after processing batches of text

Added in aa96edde2fa9072a4a56a89459675a24b655319e. I did a few rudimentary tests (that involved nuking my userdata, but it's not a huge deal since it's an old model) and works fine, no userdata nukes.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 15:45:57 +00:00
aa96edde2f Updated notebook to put userdata under a dedicated folder (and some safeties to not nuke them if you double run the script like I did thinking rm -r [symlink] would just remove the symlink
ecker commented on issue ecker/ai-voice-cloning#18 2023-02-22 15:23:18 +00:00
Suggestion: Option to delete intermediate .wav files after processing batches of text

Right right, almost forgot. Give me a few to figure out an elegant way to use setups as I'm not well versed in bash scripts.

ecker commented on issue ecker/ai-voice-cloning#6 2023-02-22 15:18:52 +00:00
Error when running start.bat

It seems to at least be training somewhat (albeit slowly with that 20s/it) before OOMing, try lowering the batch size to 2. If not, then use this copium in place of your train.bat:

call…
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-22 13:24:30 +00:00
Error when running start.bat

For sure really fixed in 526a430c2adf2287d22697b8e2800128e7a42060 or I'm blowing my brains out. I don't know how it reverted.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 13:24:12 +00:00
526a430c2a how did this revert...
ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:31:55 +00:00
2aa70532e8 added '''suggested''' voice chunk size (it just updates it to how many files you have, not based on combined voice length, like it should
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-22 03:27:53 +00:00
Error when running start.bat

Fixed, I had it right, but I copied over the typo fix.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:27:33 +00:00
cc47ed7242 kmsing
ecker commented on issue ecker/ai-voice-cloning#22 2023-02-22 03:23:13 +00:00
gr.Dropdown list index out of range when starting server

Tried to allocate 1.61 GiB

Depending on if your sources are too large when combined, you'll need to play around with the "voice chunk" slider, which I might as well try and adjust how it…

ecker commented on issue ecker/ai-voice-cloning#22 2023-02-22 03:22:18 +00:00
gr.Dropdown list index out of range when starting server

Fixed in commit 93b061fb4d85fb4c26bf88cf47de879a7ab187ad. It's because I did my testing while still having a results folder, and when I did incidentally empty my results folder, the UI was already…

ecker commented on issue ecker/ai-voice-cloning#6 2023-02-22 03:21:31 +00:00
Error when running start.bat

Oops, don't know how I managed to get it working for me, fixed in commit 93b061fb4d85fb4c26bf88cf47de879a7ab187ad.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:21:09 +00:00
93b061fb4d oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:19:46 +00:00
43a007e442 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 01:17:25 +00:00
c4b41e07fa properly placed the line toe xtract starting iteration