/fal-ai/qwen-image-edit-plus
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/fal-ai/qwen-image-edit-plus
- 简介: 官方文档: https://fal.ai/models/fal-ai/qwen-image-edit-plus
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"prompt": "Close shot portrait of a woman in front of this car on this highway",
"image_size": "square_hd",
"num_inference_steps": 50,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_urls": [
"https://v3.fal.media/files/monkey/i3saq4bAPXSIl08nZtq9P_ec535747aefc4e31943136a6d8587075.png",
"https://v3.fal.media/files/penguin/BCOZp6teRhSQFuOXpbBOa_da8ef9b4982347a2a62a516b737d4f21.png",
"https://v3.fal.media/files/tiger/sCoZhBksx9DvwSR4_U3_C_3d1f581441874005908addeae9c10d0f.png"
],
"negative_prompt": "blurry, ugly"
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/fal-ai/qwen-image-edit-plus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Close shot portrait of a woman in front of this car on this highway",
"image_size": "square_hd",
"num_inference_steps": 50,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_urls": [
"https://v3.fal.media/files/monkey/i3saq4bAPXSIl08nZtq9P_ec535747aefc4e31943136a6d8587075.png",
"https://v3.fal.media/files/penguin/BCOZp6teRhSQFuOXpbBOa_da8ef9b4982347a2a62a516b737d4f21.png",
"https://v3.fal.media/files/tiger/sCoZhBksx9DvwSR4_U3_C_3d1f581441874005908addeae9c10d0f.png"
],
"negative_prompt": "blurry, ugly"
}'返回示例
🟢200成功 示例
{
"status": "IN_QUEUE",
"request_id": "9c08e7d8-312c-402d-a691-c207a9cb8121",
"response_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121",
"status_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121/status",
"cancel_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}最后更新:2025-09-25 08:52:57
