haofanwang/ControlNet-for-Diffusers

What is the specific difference between controlnet_inpainting and controlnet_inpainting_img2img?

kelisiya opened this issue · 1 comments

I tried to test the two algorithms but I feel that the effect is similar. Can I understand that the img2img version takes into account the image input allowed by the controlnet_inpainting , but controlnet_inpainting also support img .

Yes, they are very similar. This function shows their difference.