ComfyUIの複雑なワークフローを通じて物体の置き換え効果を実現し、商用レベルの品質を提供。静物広告などのシーンに適用可能。実行時間:3~5分。
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"sourceImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_8fc9917ae0734e2f87db483f55933e19.jpeg",
"targetImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_57b82c500acc4090ab579e16eb6226f7.jpeg",
"sourceDescription": "一瓶雪碧",
"targetDescription": "一瓶可乐"
}
Request samples
curl --location --request POST 'https://api.302.ai/302/comfyui/anything-changer/create-task' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_8fc9917ae0734e2f87db483f55933e19.jpeg",
"targetImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_57b82c500acc4090ab579e16eb6226f7.jpeg",
"sourceDescription": "一瓶雪碧",
"targetDescription": "一瓶可乐"
}'
Responses
application/json {
"code": 200,
"msg": "success",
"data": {
"taskId": "e194fed2-5148-4492-8f87-2cff0556bb21"
}
}
Modified at 2025-03-13 02:39:51