Authorization: Bearer ********************
{
"model": "kolors-virtual-try-on",
"human_image": "https://oss.ffire.cc/files/try-on.png", // 人
"cloth_image": "https://oss.ffire.cc/files/x.png", // 衣服
"seed": 0
}
curl --location --request POST 'https://api.chatfire.cn/v1/images/virtual-try-on' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kolors-virtual-try-on",
"human_image": "https://oss.ffire.cc/files/try-on.png", // 人
"cloth_image": "https://oss.ffire.cc/files/x.png", // 衣服
"seed": 0
}'
{
"data": [
{
"url": "https://s5k.cn/api/v1/studio/Kwai-Kolors/Kolors-Virtual-Try-On/gradio/file=/tmp/gradio/342643ec4869a4fc8ee7d724b5ad134376a1a365/image.webp"
}
]
}