-
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
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…
Oops, don't know how I managed to get it working for me, fixed in commit 93b061fb4d85fb4c26bf88cf47de879a7ab187ad.
The Sample slider in the Generate tab will only affect how many (autoregressive) samples you want.
The progress bar on the right will report [Current Batch / Total Batches]
, where `Total…
Oops, a slight oversight. Should be fixed in commit fefc7aba0388d061a2db37cd74ebef7a9172439b.
Apologies for taking so long to get around to this. A mix of everything interrupting me, and trying to follow through with a possible breakthrough with training on lower VRAM cards.
Added…
Should be fixed in commit 9e64dad785bc6d6e0e948784b27028d5d4746e25. I can't do any testes for it on my 2060 since I can't increase it's batch size all that much for higher numbers.
Setting samples in Gradio to any number divides the output by 12, 16 etc?
That's from it automatically deducing your batch size. On DirectML, there doesn't seem to be an (easy) way to get…
Glad to hear.
holy moly is ROCm way faster
Yeah, DirectML unfortunately is still in its infancy, and I need to do some patches where it'll do some calculations on CPU due to some…