lllyasviel / ControlNet-v1-1-nightly

Nightly release of ControlNet 1.1
4.48k stars 364 forks source link

missing option - "skip img2img processing when using img2img initial image" #61

Closed Kubanis closed 1 year ago

Kubanis commented 1 year ago

I updated and can't see this impostant option in settings: "skip img2img processing when using img2img initial image" - can't find a solution anywhere how to get it back - don't you know? :( https://gyazo.com/0ed4832875f83e6ff38049a56fbfe3d7

lllyasviel commented 1 year ago

it is removed since it is same as setting img2img denoising strength to 1.0 and set empty images in controlnet. if controlnet does not have image in it, it will read img2img's image

Kubanis commented 1 year ago

it is removed since it is same as setting img2img denoising strength to 1.0 and set empty images in controlnet. if controlnet does not have image in it, it will read img2img's image

Thank you for explanation - it's truly make sense. But I made a test and with same setup got slightly different result from txt2img and img2img. Shouldn't be the result exactlky the same? https://gyazo.com/a34f653d63bc23e26ce7f021dfb65b5a https://gyazo.com/781508226ed37c6239124335f0ecbc04

btw - I am huge fan of your work :)

lllyasviel commented 1 year ago

it is removed since it is same as setting img2img denoising strength to 1.0 and set empty images in controlnet. if controlnet does not have image in it, it will read img2img's image

Thank you for explanation - it's truly make sense. But I made a test and with same setup got slightly different result from txt2img and img2img. Shouldn't be the result exactlky the same? https://gyazo.com/a34f653d63bc23e26ce7f021dfb65b5a https://gyazo.com/781508226ed37c6239124335f0ecbc04

btw - I am huge fan of your work :)

may be related to a1111 "variation seed" you can generate more images and see if they are similar

Kubanis commented 1 year ago

it is removed since it is same as setting img2img denoising strength to 1.0 and set empty images in controlnet. if controlnet does not have image in it, it will read img2img's image

Thank you for explanation - it's truly make sense. But I made a test and with same setup got slightly different result from txt2img and img2img. Shouldn't be the result exactlky the same? https://gyazo.com/a34f653d63bc23e26ce7f021dfb65b5a https://gyazo.com/781508226ed37c6239124335f0ecbc04 btw - I am huge fan of your work :)

may be related to a1111 "variation seed" you can generate more images and see if they are similar

yeah , maybe - thank you :)