ljleb

Results 256 comments of ljleb

I personally don't need this anymore, feel free to add cli arguments in a new PR if you want.

I moved the preprocessor+unloadable dicts directly to `global_state`, otherwise LGTM. Thanks for your contribution!

@mishafarms Sorry to have to ask this, I would appreciate if you could add your changes in a new PR. I think I don't want to try merging code into...

I did a fresh install of webui but I cannot see which feature the "red bounding box" refers to. I do not see any red rectangle when clicking the pencil...

Controlnet does not take effect because the enum conversion raises an error. Is the value also `'OUT'` if you select a different resize mode?

Just for context, the value `'OUT'` probably does not come from the controlnet extension. If you recursive-search for the value in the extension directory, you will not find any occurrence...

Does the error still occur after uninstalling controlnet? IIUC, from what I can see, this bug has nothing to do with controlnet extension. The error occurs in the hires-fix extension,...

Thanks for the detailed report. I'll add `elem_id`s to our ui elements and test with your colab.

So one bug I encountered while testing this was this: ``` Error running process: D:\src\sd-compat-test\extensions\sd-webui-llul\scripts\llul.py Traceback (most recent call last): File "D:\src\sd-compat-test\modules\scripts.py", line 409, in process script.process(p, *script_args) File "D:\src\sd-compat-test\extensions\sd-webui-llul\scripts\llul.py",...

For some reason the collab started returning this when I tried to start it up: ``` Traceback (most recent call last): File "/content/stable-diffusion-webui/webui.py", line 7, in from fastapi import FastAPI...