You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Image Edit endpoint of the API can be utilized to create an entirely new, but similar image when supplied with both an image and a prompt. This feature is functionally different than the variant creation endpoint. The Edit image endpoint also has the Mask parameter, which can be used to supply an existing image mask to be edited.
The Python function for this feature is limited, in that the Mask parameter is not optional, therefore the creation of a new, non-mask-based image is not possible. Only half of the image edit functionality can be utilized.
The text was updated successfully, but these errors were encountered:
The Image Edit endpoint of the API can be utilized to create an entirely new, but similar image when supplied with both an image and a prompt. This feature is functionally different than the variant creation endpoint. The Edit image endpoint also has the Mask parameter, which can be used to supply an existing image mask to be edited.
The Python function for this feature is limited, in that the Mask parameter is not optional, therefore the creation of a new, non-mask-based image is not possible. Only half of the image edit functionality can be utilized.
The text was updated successfully, but these errors were encountered: