• 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#28 2023-02-23 16:36:22 +00:00
Feature request: batch processing/automation

Also was a consideration, similar to the X/Y plots thst Voldy's Stable Diffusion Web UI has.

Outside of trying to figure out an intuitive way of implementing it, the big hurdle that comes to…

ecker commented on issue ecker/ai-voice-cloning#27 2023-02-23 16:33:28 +00:00
Feature request: Refresh model directory/dropdown button

On my hypothetical backlog (that kept getting refractored trying to get training to work on lower VRAM), it should be a piece of cake to add.

I honestly need to clean up updating dropdowns,…

ecker commented on issue ecker/ai-voice-cloning#25 2023-02-23 16:29:21 +00:00
Discussion About BitsAndBytes Integration

oh dear :(

Not a huge deal, only the 5 hours I slept while it trained.

I have no idea what could be causing it, and if occurs every time, but I thought I'd let you know.

I'll look…

ecker commented on issue ecker/ai-voice-cloning#26 2023-02-23 16:27:47 +00:00
No 'Save settings' button

Settings are updated when anything in the page is changed. The button was actually only for force-changing the models because of a quirk with firing change events from Dropdowns, but that's been…

ecker closed issue ecker/ai-voice-cloning#26 2023-02-23 16:27:47 +00:00
No 'Save settings' button
ecker commented on issue ecker/ai-voice-cloning#25 2023-02-23 15:39:59 +00:00
Discussion About BitsAndBytes Integration

Remedied in commit 487f2ebf321570f0e0c9b34d311339dfde7228c0. Outputted units are in terms of epochs, rather than the incestuous blend of iterations and steps.

Funny, since I was intending to…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 15:38:38 +00:00
7d1220e83e forgot to mult by batch size
ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 15:31:53 +00:00
487f2ebf32 fixed the brain worm discrepancy between epochs, iterations, and steps
ecker commented on issue ecker/ai-voice-cloning#25 2023-02-23 14:45:56 +00:00
Discussion About BitsAndBytes Integration

It should mostly be right, but I need to re-validate my units and conversion. I made a similar "mistake" and set a comically large epoch count of 1500 and, due to my low batch size, it would…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 13:18:59 +00:00
1cbcf14cff oops
ecker commented on issue ecker/ai-voice-cloning#25 2023-02-23 13:00:28 +00:00
Discussion About BitsAndBytes Integration

thankfully it never OOMed and it was able to complete its training.

Good to hear.

if prompt.strip() != "": AttributeError: 'NoneType' object has no attribute 'strip'

Looks like…

ecker pushed to master at ecker/DL-Art-School 2023-02-23 07:28:36 +00:00
1433b7c0ea working Embedding override
ecker pushed to master at ecker/DL-Art-School 2023-02-23 07:25:14 +00:00
94aefa3e4c silence
ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 07:20:48 +00:00
ecker pushed to master at ecker/DL-Art-School 2023-02-23 07:18:14 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-02-23 07:05:49 +00:00
941a27d2b3 removed the logic to toggle BNB capabilities, since I guess I can't do that from outside the module
ecker pushed to master at ecker/DL-Art-School 2023-02-23 07:02:13 +00:00
7bcedca771 I guess I can't easily toggle it outside of here, but it works
ecker commented on issue ecker/ai-voice-cloning#25 2023-02-23 06:31:53 +00:00
Discussion About BitsAndBytes Integration

Success!

I was able to successfully train a model on my 2060. I didn't have anyone come and break in and CBT me, nor are my outputs from a model finetuned with this optimization degraded at…

ecker commented on issue ecker/ai-voice-cloning#17 2023-02-23 06:26:29 +00:00
3080 running out of memory trying to train 10MB of voice files

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#17 2023-02-23 06:26:29 +00:00
3080 running out of memory trying to train 10MB of voice files