Gpt-image-1 problems with mask edits

We have plans to implement precise in-painting, however, cannot commit to any timelines right now. Please stay tuned for updates!.

9 Likes

Love to hear that.

Thank you guys for the support!

I’m testing the mask feature and it absolutely has no impact, for example if you have two text on the image and select(mask) one and say “remove this text” this will removes both, it clearly shows that the mask is not taken into account. So why in the documentation openai talks about the mask at all, I’m very confused!

1 Like

Hi @klaroy

The issue you are reporting is likely different to the discussion in this thread. In your case, it is likely that the prompt provided to the model, does not specifically instruct what needs to be removed. If you could open a different thread for this issue, we would appreciate that - thank you!

1 Like

I would say this is pretty much exactly the same issue as the rest of the thread has - Any normal user would assume, if you mark something and say “remove this text” that the marked text should be removed, and not anything else. I mean, why would it? Why even allow masking if it doesn’t do THAT?

@OpenAI_Support you guys should update your documentation to clarify that the mask is ‘soft’. It currently states ’ The transparent areas of the mask will be replaced, while the filled areas will be left unchanged’ which would lead a user to assume it has the same behavior as masks from Dalle-2 or other competing models that use masks.