Running out of memory despite being able to run the other gardio version? #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Attempting to run your version results in this error. Since I can run the other gardio version without issue, I shouldn't be running out of memory.
Rats. I suppose that's why it wasn't merged in the original repo. Some anon(s) mentioned a small performance patch that worked fine on my 2060. I suppose it's enough to make cards boasting 4GiB of VRAM to fail.
My apologies. I'll see about reverting it while maintaining the patches for Gradio's progress stuff, or at the very least adding a low VRAM flag to either forgo those optimizations, or to lower the batch size a smidge.
I should have a solution for it by the end of today, if time allows.
Reverted the patch in commit
8f20afc18f
for now. I'll try and see about cramming in a way to toggle between using those optimizations or not. It should be easy.For anyone reading this in the future, they added an optinal --low-vram flag into the start.bat script.