• 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
mrq commented on issue mrq/ai-voice-cloning#24 2023-02-23 01:06:53 +00:00
start.bat won't recognize my NVIDIA graphics card

Oh, I just noticed you're using PowerShell, do:

cd C:\Games\ai-voice-cloning\
.\venv\Scripts\Activate.ps1
python src\list_devices.py

instead. My apologies.

mrq commented on issue mrq/ai-voice-cloning#24 2023-02-23 00:30:37 +00:00
start.bat won't recognize my NVIDIA graphics card

That's strange. I can see if giving (most of) my venv will help, but for the mean time, if you don't mind, can you enter the following in a command prompt:

cd C:\Games\ai-voice-cloning\
.\…
mrq commented on issue mrq/ai-voice-cloning#17 2023-02-23 00:14:37 +00:00
3080 running out of memory trying to train 10MB of voice files

I'm guessing you're missing FFMPEG? Grab a copy from https://ffmpeg.org/download.html#build-windows and plop it either in:

  • .\ai-voice-cloning\
  • .\ai-voice-cloning\bin\ <= should be…
mrq opened issue mrq/DL-Art-School#1 2023-02-22 23:23:39 +00:00
Bitsandbytes Support
mrq deleted branch causal from mrq/DL-Art-School 2023-02-22 23:10:25 +00:00
mrq deleted branch fastspeech_support from mrq/DL-Art-School 2023-02-22 23:10:21 +00:00
mrq created branch bitsandbytes in mrq/DL-Art-School 2023-02-22 23:10:01 +00:00
mrq pushed to bitsandbytes at mrq/DL-Art-School 2023-02-22 23:10:01 +00:00
01c0941a40 binaries
4427d7fb84 initial conversion (errors out)
Compare 2 commits »
mrq commented on issue mrq/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…

mrq commented on issue mrq/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.

mrq pushed to master at mrq/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
mrq commented on issue mrq/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.

mrq commented on issue mrq/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…
mrq commented on issue mrq/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.

mrq pushed to master at mrq/ai-voice-cloning 2023-02-22 13:24:12 +00:00
526a430c2a how did this revert...
mrq pushed to master at mrq/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
mrq commented on issue mrq/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.

mrq pushed to master at mrq/ai-voice-cloning 2023-02-22 03:27:33 +00:00
cc47ed7242 kmsing
mrq commented on issue mrq/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…

mrq commented on issue mrq/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…