w-e-w

Results 583 comments of w-e-w

still cannot reproduce in fact I did test with a couple of configurations including with `sd_checkpoints_limit = 1` and SD XL

reopen if there's anything to add

google "remote debug a python script in vscode" I think this is what you're looking for https://code.visualstudio.com/docs/python/debugging https://github.com/microsoft/debugpy and a guide https://stackoverflow.com/questions/73378057/how-to-debug-remote-python-script-in-vs-code it should be possible for you to configure...

> I didn't know a1111 has any debug servers enabled by default. NO webui dose not and should not have debug servers but Python itself does have modules that are...

it is highly likely that this is caused by `sd-webui-cn-in-extras-tab` I was able to produce similar errors usnign an old version of `sd-webui-cn-in-extras-tab` I suggest you first try removeing `sd-webui-cn-in-extras-tab`...

somehow I feel like the possibility of requesting hundreds of fetch to github is a bad idea so I made some minor changes mainly rewriting it using `ThreadPoolExecutor` and setting...

making something as a third party extension has some advantage as opposed to build-in extensions features it can be updated independent of WebUI depending on extension it can be use...

there's also a licensing issue if we are going to add this as built-in extension there's "no license" > not an expert on licensing but since the origin repo does...

If you actually test `Sampling method: DPM adaptive` you will quickly see the issue left current (expeted), right your PR ![image](https://github.com/user-attachments/assets/77d64018-c7c2-437a-90cc-9ce0b69b106f) "DPM adaptive ignores the user setp input" if your...

okay you are right, it dose seems to load it would seem my assumption about how pickle works is wrong that being said, I still don't see a point of...