尺寸 | 比例 |
---|---|
1024x1024 | 1:1 |
512x1024 | 1:2 |
1024x512 | 2:1 |
768x512 | 3:2 |
512x768 | 2:3 |
960x1280 | 3:4 |
1280x960 | 4:3 |
720x1280 | 9:16 |
1280x720 | 16:9 |
576x1344 | 9:21 |
1344x576 | 21:9 |
Authorization: Bearer ********************
curl --location --request POST 'https://api.gpt.ge/v1/images/edits' \
--form 'image=@""' \
--form 'prompt="帮我把他的衣服换成粉色"' \
--form 'model="flux-kontext-pro"' \
--form 'output_format="png"' \
--form 'size="9:16"' \
--form 'seed="-1"' \
--form 'prompt_upsampling="true"' \
--form 'safety_tolerance="6"'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}