Ximin Luo
Ximin Luo
In the meantime I figured out that the problem is with WeChat 8.0.56. Downgrading to 8.0.54 works around the problem and allows miniapps to run again - for example via...
I think it might depend on your ROM. For me on lineageOS + microG, I had to run `adb root` first, otherwise `adb install -d -r` still gave me `INSTALL_FAILED_VERSION_DOWNGRADE`....
Does #81 help you? I found out that StemRoller wasn't preserving the environment when running `demucs`.
Clear Canvas History doesn't seem to have an immediate effect on memory usage here. Upon further examination it appears the Web UI does occasionally garbage collect, in that my RAM...
More specifically what I'm doing is: 1. Generate 8 1024x1024 images (e.g. with JuggernautXL) at a time, in Unified Canvas outpaint mode, building on the previous images. 2. When the...
The problem does not seem to exist - or exists to a much lesser degree - on Chromium 126, RAM usage is stable even after the above steps. Specifically in...
Actually the problem does exist in Chromium, just perhaps a bit slower than Firefox. The main contributor is step (2), cycling through the images. If you cycle through the images,...
Probably a duplicate of #579. There is a patch there but I haven't had time to test it. Sucks that the issue has been open for 7+ years though with...
Please merge this PR soon, Debian Testing's default Python is now 3.12 and 3.11 will get automatically uninstalled from users' machines when they next upgrade.
Note this problem is unique to Fooocus/ROCm. With InvokeAI/ROCm, I can observe the VRAM being used as the image is generated, but it is correctly released after the generation is...