catboxanon
catboxanon
Surely not all of this is needed? Of note, the whole C++ source for MMCV ops is being included, but I'm sure this can be stripped down much further. 
I think this can be closed now? ZoeDepth was added in https://github.com/Mikubill/sd-webui-controlnet/commit/b1c0bc62e06a9c60b7381f9f4eb370e96ada6622
Example of use, txt2img. I used [Van Gogh's Starry Night](https://en.wikipedia.org/wiki/The_Starry_Night) as the input image for the Shuffle cnet. Now the progression can be seen how the cnet affects the image,...
Looks like when clicking the reuse seed button, it ends up not reproducing the same preprocessor result, looking into this
Okay, this PR now actually fixes a bug in the impl. `p.seed` and `p.subseed` always return `-1` when they are not explicitly set. But, `p.all_seeds` contains the seed(s), so now...
Subseed seems to be needed to be set explicitly if you want to run an XYZ plot for the same primary seed. I haven't yet looked into why exactly that...
That list looks good to me. Are the instructpix2pix and inpainting models already working out of the box? The former seemed to work but I also felt like it gave...
I have the multidiffusion-upscaler extension installed and enabled and cannot reproduce this. Running latest commit on webui dev branch and latest controlnet version (1.1.171 at this time).
Seems that extension and others are causing more issues. https://github.com/Mikubill/sd-webui-controlnet/issues/1284 Should be reported upstream in the respective extension repos instead. They're breaking ControlNet functionality, not the other way around. If...
In addition to the extension mentioned above there is now this one: https://github.com/w-e-w/stable-diffusion-webui-GPU-temperature-protection Closing.