Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.41k stars 1.9k forks source link

Is there a way to use the canny model without the preprocessor? #2947

Closed kurophali closed 3 weeks ago

kurophali commented 3 weeks ago

Is there an existing issue for this?

What happened?

I want to use the canny image I edited in something like photoshop. But it always goes through preprocessors and makes double edges from my edited canny image. If I used the double edged image the edge gets very thick when I upscale it.

Is there a way to just feed the image to controlnet without using the preprocessor?

Steps to reproduce the problem

  1. Use a canny image with the canny controlnet model and press preview
  2. Get double edged images

What should have happened?

Get an option to not use preprocessor

Commit where the problem happens

webui: controlnet:

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

none

List of enabled extensions

none

Console logs

none

Additional information

No response

kurophali commented 3 weeks ago

I was an idiot. Just select none from the preprocessor model would do the job.