ljleb

Results 256 comments of ljleb

I think it would be a good idea to additionally update the readme, as otherwise the guidance on where to place the models will be misleading.

See https://github.com/Mikubill/sd-webui-controlnet/discussions/111 > In settings tab, tick the "Do not append map to output" checkbox. Should fix the issue. See also #126, #46, #123, #119

I changed all the selectors `.` to `getattr` in `Img2ImgTabTracker::on_after_component_callback`. We should not get any more `object has no attribute` errors in this region of the code at least (see...

Ah the api does not call the `ui()` function it passes its own args. I'll open another PR.

The webui has sub-tabs in the img2img tab to support different modes of operation. Maybe a similar design could be used? Maybe something like these tabs: 1. upload mode: import...

I tested the code all over again. When the checkbox `Skip img2img processing when using img2img initial image` is selected, the line: ``` is_img2img = issubclass(type(p), StableDiffusionProcessingImg2Img) ``` returns false...

@brennanerbz can you verify that this is still the case? now the api is using the original routes from the webui, it shouldn't be a problem anymore IIUC.

By the way if you want a web api client that works with controlnet, there is one: https://github.com/mix1009/sdwebuiapi External code support will be more useful if you want to write...

@enn-nafnlaus My comment above was related to external code support, not to this issue particularly. I think batch image inputs is a pretty useful feature. A lot of people requested...