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

Based on https://github.com/compphoto/BoostingMonocularDepth Example prompt same as last: https://github.com/Mikubill/sd-webui-controlnet/pull/167 ![tmpkrrrzh_b](https://user-images.githubusercontent.com/6840353/219991365-1281b8b4-92ec-4bdd-9456-9d7c634f5317.png) ![tmpp02vdh0b](https://user-images.githubusercontent.com/6840353/219991369-be265b18-4626-4ef1-be8f-fb64802d9a90.png) Produces even more detail, lower weights seem to produce better images to compensate for the smudginess. Not sure if...

rror running postprocess: D:\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py Traceback (most recent call last): File "D:\stable-diffusion-webui\modules\scripts.py", line 404, in postprocess script.postprocess(p, processed, *script_args) File "D:\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 532, in postprocess detectmap_dir = os.path.join(shared.opts.data.get("control_net_detectedmap_dir", False), self.latest_params[0]) File...

bug

I was wondering if there is a batch mode that will output only the preprocessed images into a directory. When I run batchmode with the model selected as None, it...

enhancement

Any technical reason why "Invert Input Color" and "RGB to BGR" checkbox are not in their model related sections ?

Open pose model struggles with moments when bones interlap each other. It confuses where is what even on a single model. And if there are 2 skeletons that interact with...

enhancement

my pc has two gpu, I use one to start webui with controlnet, when i use python to invoke **controlnet/txt2img**, generate is very slow and often webui process in cmd...

bug

Using the openpose model, I tried many times, the skeleton is correct, but the pictures all look like the picture below ![00030-2376154769](https://user-images.githubusercontent.com/7632112/220973343-5be0db04-83d3-40bb-aa65-14cac8be750a.png)

Make paths stored in `config.json` relative instead of absolute. Currently extension creates default entries upon first startup: ```json "control_net_model_config": "/home/vlado/dev/automatic/extensions/sd-webui-controlnet/models/cldm_v15.yaml", "control_net_model_adapter_config": "/home/vlado/dev/automatic/extensions/sd-webui-controlnet/models/sketch_adapter_v14.yaml", "control_net_detectedmap_dir": "/home/vlado/dev/automatic/extensions/sd-webui-controlnet/detected_maps", ``` But that makes `config.json` not...

enhancement

After updating today, this is the error I receive with a simple black on white image: To create a public link, set `share=True` in `launch()`. Error completing request Arguments: ('task(i7f5has60l0j2vn)',...

Thanks for the great work. I think it would be useful to have the function to generate videos from videos. I'll post an example below. https://user-images.githubusercontent.com/48423148/220407218-7671fb98-77c9-4694-8c3b-973caff9a2f7.mp4 If necessary, I would...