Create Outfit Change Task
Outfit-changing effect achieved through a complex ComfyUI workflow. Commercial-grade quality, suitable for model outfit changes. Execution time: 3-5 minutes.
Request
Body Params application/json
{
"modelImageUrl": "https://file.302.ai/gpt/imgs/20250225/f9920bc978384479935efdcae0e42dbf.png",
"clothImageUrl": "https://file.302.ai/gpt/imgs/20250225/bc23d1bc7c60481b92e9deddae22af1d.png",
"segformerLabel": [
"13"
]
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/comfyui/clothes-changer/create-task' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelImageUrl": "https://file.302.ai/gpt/imgs/20250225/f9920bc978384479935efdcae0e42dbf.png",
"clothImageUrl": "https://file.302.ai/gpt/imgs/20250225/bc23d1bc7c60481b92e9deddae22af1d.png",
"segformerLabel": [
"13"
]
}'
Responses
application/json {
"code": 200,
"msg": "success",
"data": {
"taskId": "e194fed2-5148-4492-8f87-2cff0556bb21"
}
}
Modified at 2025-03-12 09:37:19