lllyasviel / ControlNet

Let us control diffusion models!
Apache License 2.0
29.94k stars 2.7k forks source link

Preprocessor preview does not work when img2img input is being used #477

Closed happyfilmmaker closed 1 year ago

happyfilmmaker commented 1 year ago

Controlnet auto-fetching the source image when using img2img is pretty cool, but the preview doesn't work when doing so. Preview only seems to work if you drag in your own image/the same image.

Steps done to replicate:

  1. Load image into img2img,
  2. Turn on controlnet and select control type
  3. Check allow preview and Run preprocessor
  4. Preprocessor Review remains empty

I'm guessing there's some logic function preventing it from previewing, since checking use preview as input even while empty successfully renders an image with correct preprocessor results.

happyfilmmaker commented 1 year ago

Whoops, might be an automatic1111 issue instead. Closing for now