AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************
{
"main_model_id": 0,
"steps": 0,
"reference_image": "string",
"face_image": "string",
"face_index": 0
}
curl --location --request POST 'https://api.aigc2d.com/sd/swap_face' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"main_model_id": 0,
"steps": 0,
"reference_image": "string",
"face_image": "string",
"face_index": 0
}'
{}