Skip to content

/fal-ai/qwen-image-edit-lora

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "prompt": "Change bag to apple macbook",
    "num_inference_steps": 30,
    "guidance_scale": 4,
    "num_images": 1,
    "enable_safety_checker": true,
    "output_format": "png",
    "image_url": "http://e.hiphotos.baidu.com/image/pic/item/a1ec08fa513d2697e542494057fbb2fb4316d81e.jpg",
    "negative_prompt": "blurry, ugly",
    "acceleration": "regular"
}

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/fal-ai/qwen-image-edit-lora' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "Change bag to apple macbook",
    "num_inference_steps": 30,
    "guidance_scale": 4,
    "num_images": 1,
    "enable_safety_checker": true,
    "output_format": "png",
    "image_url": "http://e.hiphotos.baidu.com/image/pic/item/a1ec08fa513d2697e542494057fbb2fb4316d81e.jpg",
    "negative_prompt": "blurry, ugly",
    "acceleration": "regular"
}'

返回示例

🟢200成功 示例

{}

最后更新:2025-09-26 08:25:08

🚀 伝富AI-API文档 - 强大的AI接口平台