text2image-gui icon indicating copy to clipboard operation
text2image-gui copied to clipboard

Inpainting: Mask Maintaining Color Data?

Open JLuke73 opened this issue 3 years ago • 0 comments

InvokeAI describes a very specific implementation of masking required to retain color data and properly match underlying colors. Right now, I'm getting a "cut-and-paste" effect without color or pixel value data when I inpaint using NMKD GUI. Two questions:

  1. Is the mask being applied & passed as transparency alpha channel?
  2. Alternatively, are the -I and -M switches being passed to the model?

Source: https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/INPAINTING.md

JLuke73 avatar Oct 06 '22 02:10 JLuke73