-
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
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.
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\
.\…
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…
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…
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.
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.
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…
For sure really fixed in 526a430c2adf2287d22697b8e2800128e7a42060 or I'm blowing my brains out. I don't know how it reverted.
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…
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…