Mikubill / sd-webui-controlnet

WebUI extension for ControlNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kurophali opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

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

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