-
Hi all. I often work with product images where the product is located on a white background. When I use Inpaint or Outpaint, I don’t see what I painted with a brush. |
Beta Was this translation helpful? Give feedback.
Answered by
mashb1t
Mar 9, 2024
Replies: 1 comment 2 replies
-
This is currently not possible in the user interface, but only the code. You can search for |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mashb1t
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently not possible in the user interface, but only the code. You can search for
#FFFFFF
and replace it for inputs you want to change the color with e.g.#000000
for black.