tutorials/basic/outpaint #402
Replies: 1 comment
-
A bit more advanced, but maybe worth a separate note is the difference in the latent between inpainting and outpainting. Inpainting: Sends the original image as the latent. When you get a harsh seam after outpainting, the reason is because the "Pad Image For Outpainting" node doesn't fill the extended area with any surrounding color data. Instead, it fills it with a neutral gray and calls it a day. Some custom nodes address this, but there's no easy way to address it in core comfy as of this post. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tutorials/basic/outpaint
This guide will introduce you to the outpainting workflow in ComfyUI and walk you through an outpainting example
https://docs.comfy.org/tutorials/basic/outpaint
Beta Was this translation helpful? Give feedback.
All reactions