#InvalidRequestError Uploaded image must be a PNG and less than 4 MB.

5 messages · Page 1 of 1 (latest)

green halo
#
response = openai.Image.create_edit(
    image=Image.open("dalle2.png").convert("RGBA").tobytes(),
    mask=Image.open("mask.png").convert("RGBA").tobytes(),
    prompt=description,
    n=2,
    size="512x512"
)
junior axle
#

hey

vocal crow