{
"args": {
"prompt": "string",
"upscaler": 1,
"ratio": 1,
"negative_prompt": "string",
"negative_type": 0,
"extra_model": [
{
"id": "100000",
"weight": 0
}
],
"audit": 0,
"model": "202",
"photo_format": "jpg",
"width": 256,
"height": 256
},
"type": "MX-CUTE"
}
curl --location --request POST 'https://open-qr.mewx.art/api/v1/mx/images/cute/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"prompt": "string",
"upscaler": 1,
"ratio": 1,
"negative_prompt": "string",
"negative_type": 0,
"extra_model": [
{
"id": "100000",
"weight": 0
}
],
"audit": 0,
"model": "202",
"photo_format": "jpg",
"width": 256,
"height": 256
},
"type": "MX-CUTE"
}'
{
"code": 0,
"msg": "成功",
"data": {
"img_uuid": "3e6fd87b-2895-402a-adc7-303f7ae0fd71"
}
}