-
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
Did you copy the files from .\ai-voice-cloning\dlas\bitsandbytes_windows\
into .\ai-voice-cloning\venv\Lib\site-packages\bitsandbytes\
?
The setup-cuda.sh
script should do it automagically…
Remedied in commit 1e0fec4358a11bac2cf20cef05d3e890638ee7c5. I renamed it to "Print/Save Frequency (in epochs)".
No you're right, it implies it'll do it within an epoch, rather than every epoch. desu it was originally labeled "Print Frequency" and "Save Frequency" when it was just in terms of iterations, but…
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…
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,…
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…
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…
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…
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…
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…