Results 12 comments of Tette

Seems to be rather easily resolved, by simply calling `script_callbacks.clear_callbacks()` inside `reload_script_body_only()` in scripts.py edit: this solves the issue for me, but i am unsure if all callbacks are supposed...

Regarding me referencing this issue in one of my commits, the commit above is wrong and this is the correct one instead https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/29692a359fe975399fe5633fbf9cff29f1d7d49c Should definitely be investigated further by you...

Sure that is a solution, but I think it'd be nice also for it to be able and do it my way too some pseudo code ```js function getActiveModelHash() {...

Now that I think about it, your solution is probably the better way to go about it. What I suggested seems a bit overly complicated

Yeah that seems like a good solution, if you decide to also go that route instead of having just one permanently visible toggle switch What I did for myself was...

> I have opened a PR to fix this: #4381 Meanwhile you can modify the files yourself following this https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4381/files Nice, perhaps you can also add code so that the...

Alright fair enough, perhaps someone else comes by and see what I wrote and can add proper safeguards to prevent this stuff from happening Perhaps just a check if the...

Yeah, there is a very big issue with the code (mine) The code currently prevents any other program, _which registered a Low level keyboard/mouse hook with SetWindowsHook prior to our...

The reason this happens is this line; https://github.com/Sadulisten/LowLevelMouseHook-Example/blob/master/LLMHREmover/Program.cs#L175 Dont know what I thought when I wrote this, but dereferencing the parameter lParam and passing it back as a pointer to...

If it were to be done properly, it would simply pass the lParam, without doing any stupid stuff, right back into Callnexthook