What am I doing wrong with my Inpainting Workflow?? #639
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
don't use "conditioning set mask", it's not for inpainting, it's for applying a prompt to a specific area of the image "VAE Encode for inpainting" should be used with denoise of 100%, it's for true inpainting and is best used with inpaint models but will work with all models. If you want to do img2img but on a masked part of the image use latent->inpaint->"Set Latent Noise Mask" instead. Then you can set a lower denoise and it will work. |
Beta Was this translation helpful? Give feedback.
-
@comfyanonymous I actually had one more question: The first node runs at 12 iterations/second Does this mean that it does does img2img "Whole Image" but only changes the masked area? Is there a way to crop the mask and the image so that it operates like the "Only Masked" method in Automatic1111, where it only looks at the masked area and then pastes it over the original image? I was looking at the crop nodes, but it looks like I have to manually specify the cropped regions. The face is extremely derpy, which is why I'm pretty sure it's operating similar to the "Whole Image" method in Automatic1111 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a mask analyzer node that can detect the mask position and dimensions. How do I enable logging in the console so I can troubleshoot? |
Beta Was this translation helpful? Give feedback.
-
Hi. Maybe there is approximate date when it will be implemented ? I'm thinking to try ComfyUI, but first of all I try to search for functions I use most. I use a lot inpainting with "masked only" with large size images and also I use function in Auto1111 txt2img "batch size". Is there equivalent to "batch size" (not "batch count", as "batch size" 2x faster) in ComfyUI ? |
Beta Was this translation helpful? Give feedback.
-
Related issue in #1186 |
Beta Was this translation helpful? Give feedback.
don't use "conditioning set mask", it's not for inpainting, it's for applying a prompt to a specific area of the image
"VAE Encode for inpainting" should be used with denoise of 100%, it's for true inpainting and is best used with inpaint models but will work with all models.
If you want to do img2img but on a masked part of the image use latent->inpaint->"Set Latent Noise Mask" instead. Then you can set a lower denoise and it will work.