• 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#6 2023-02-23 06:26:15 +00:00
Error when running start.bat

I've had a breakthrough with being able to train even on my 2060.

Refer to mrq/ai-voice-cloning#25.

ecker closed issue ecker/ai-voice-cloning#6 2023-02-23 06:26:15 +00:00
Error when running start.bat
ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 06:25:03 +00:00
225dee22d4 huge success
ecker pushed to master at ecker/DL-Art-School 2023-02-23 06:12:35 +00:00
0ef8ab6872 shut up
ecker opened issue ecker/ai-voice-cloning#25 2023-02-23 03:54:28 +00:00
Highly Experimental BitsAndBytes Support
ecker pushed to master at ecker/DL-Art-School 2023-02-23 03:23:05 +00:00
58600274ac Disabling bitsandbytes optimization as default for now, in the off chance that it actually produces garbage (which shouldn't happen, there's no chance, if training at float16 from a model at float16 works fine, then this has to work)
ecker deleted branch bitsandbytes from ecker/DL-Art-School 2023-02-23 03:16:27 +00:00
ecker merged pull request ecker/DL-Art-School#2 2023-02-23 03:16:26 +00:00
bitsandbytes
ecker pushed to master at ecker/DL-Art-School 2023-02-23 03:16:26 +00:00
918473807f Merge pull request 'bitsandbytes' (#2) from bitsandbytes into master
6676c89c0e I sucked off the hyptothetical wizard again, just using BNB's ADAM optimizer nets HUGE savings, but I don't know the output costs, will need to test
01c0941a40 binaries
4427d7fb84 initial conversion (errors out)
Compare 4 commits »
ecker created pull request ecker/DL-Art-School#2 2023-02-23 03:16:16 +00:00
bitsandbytes
ecker commented on issue ecker/ai-voice-cloning#24 2023-02-23 02:58:14 +00:00
start.bat won't recognize my NVIDIA graphics card

Sorry about the weight, I didn't forget; I kept timing out when the upload almost finished, three times.

Bit of a pickle of instructions (using litterbox, split into 2 7zips, because for some…

ecker pushed to bitsandbytes at ecker/DL-Art-School 2023-02-23 02:42:40 +00:00
6676c89c0e I sucked off the hyptothetical wizard again, just using BNB's ADAM optimizer nets HUGE savings, but I don't know the output costs, will need to test
ecker commented on issue ecker/DL-Art-School#1 2023-02-23 02:39:36 +00:00
Bitsandbytes Support

Nevermind, I'm a genius. I got training to work on 6GiB of VRAM.

ecker closed issue ecker/DL-Art-School#1 2023-02-23 02:39:36 +00:00
Bitsandbytes Support
ecker commented on issue ecker/ai-voice-cloning#24 2023-02-23 01:50:00 +00:00
start.bat won't recognize my NVIDIA graphics card

Alrighty, they're uploading to litterbox now (again), slowly.

Make sure you have 7zip already installed, since they're much more compressed compared to zipping them up. I'll post the instruction…

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

Very strange.

If you still happen to have your old working tortoise-tts setup:

  • move .\tortoise-tts\tortoise-venv\ to .\ai-voice-cloning\venv\
  • in a Command Prompt PowerShell: ``…
ecker commented on issue ecker/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.

ecker commented on issue ecker/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\
.\…
ecker commented on issue ecker/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…
ecker opened issue ecker/DL-Art-School#1 2023-02-22 23:23:39 +00:00
Bitsandbytes Support