sd-webui-controlnet icon indicating copy to clipboard operation
sd-webui-controlnet copied to clipboard

WebUI extension for ControlNet

Results 465 sd-webui-controlnet issues
Sort by recently updated
recently updated
newest added

I'm not sure if it's possible, is there a way to keep models in RAM after using so when we switch between them they load faster as they were loaded...

enhancement

RuntimeError: Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 9, 64, 64] to have 4 channels, but got 9 channels instead Appears only using CN with all...

I wasn't sure what (if anything) to do with the config files, so I left them where they are. Fixes #45 Fixes #127

Error running process: D:\StableDMain\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py Traceback (most recent call last): File "D:\StableDMain\stable-diffusion-webui\modules\scripts.py", line 386, in process script.process(p, *script_args) File "D:\StableDMain\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 327, in process raise RuntimeError(f"model not found: {model}") RuntimeError: model...

It would be nice to have a default width and height that matches the image you upload into the Controlnet media box. ie - I copy an image from discord,...

using the canny model you load an image X then press generate, it will generate the canny image and the final image will have some color of the input image...

Currently, the image processing only allows for processing a single image at a time with ControlNet, trying to use batch tab but getting AttributeError: 'numpy.ndarray' object has no attribute 'save'...

Fix #127. Fix OS incompatibility issue of #102.

For example: ```python modeldir = os.path.join(extensions.extensions_dir, "sd-webui-controlnet", "annotator", "openpose") ``` It would be messy when we use a different name for repository directory. To prevent this, these paths should be...