Alex "mcmonkey" Goodwin
Alex "mcmonkey" Goodwin
This was fixed by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/7535
Details about my own testing of the memory leak on my system - Env: Linux (Ubuntu), miniconda, Python `3.10.8`, Torch `1.13.1+cu117`, currently commit `3715ece0` intel CPU, RTX 3090 - Has...
It's quite likely there are multiple different memory leaks going on, or multiple variants of one root leak. I note that the leak I narrowed down myself relates to model...
That thread fixed it! `sudo apt install libgoogle-perftools-dev` then add `export LD_PRELOAD=libtcmalloc.so` in `webui-user.sh` I'm now able to repeat my earlier test and memory grows to 33% of available RAM...
This typo was introduced by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3198
As the original author of this PR is unable to continue work, I went ahead myself to build an extension based on it: https://github.com/mcmonkeyprojects/sd-dynamic-thresholding
Update your webui, you're very far behind. For further issues post @ https://github.com/mcmonkeyprojects/sd-dynamic-thresholding/issues
I made an extension for this, based on the work in the PR from dtan3847 (PR was closed because Auto said it should be an extension, that user didn't port...
_(Review is pretty much just making sure nothing weird is visibly in there, I definitely can't check the correctness lol)_ Thank you!
... Welp, lesson learned, next time there's a language PR I will have to add "run a JSON validator over it" first. Please do test that things look correct in-UI...