ArrowM
ArrowM
Thanks for the feedback. I'm aware of the issue. I updated a bunch of the libraries, NodeJS, and OS dependencies on Friday. One of those changes added a memory leak....
Please merge this change.
My comment was directed at A1111, he has to approve and merge it.
I pulled this and added `set ACCELERATE=True` in my webui-user.bat, but it didn't run the accelerate block in webui.bat. Is there possibly something wrong with this line? `if [%ACCELERATE%] ==...
Hey this is a little late, but I've got it working with Java 20: `build.gradle` ```gradle plugins { id 'java' id 'org.openjfx.javafxplugin' version '0.0.14' } // ... dependencies { implementation...
@akx Hey, I am still looking for review feedback. I think I addressed everything except removing `p` from `generate_prompts` (which I don't think can be done cleanly because it's used...
@akx Hey, sorry for the really delayed response. I don't plan to dig into any of the p context code to refactor this further. I'll leave this to you to...