{
"args": {
"ratio": 1,
"prompt": "a girl, ink painting",
"model": "51",
"extra_model": [
{
"id": "7",
"weight": 0.7
}
],
"denoising_strength": 0.7,
"upscaler": 2,
"cfg_scale": 7
},
"callback_url": "http://127.0.0.1:1234",
"type": "default"
}
curl --location --request POST '/api/v1/mx/images/generate' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"ratio": 1,
"prompt": "a girl, ink painting",
"model": "51",
"extra_model": [
{
"id": "7",
"weight": 0.7
}
],
"denoising_strength": 0.7,
"upscaler": 2,
"cfg_scale": 7
},
"callback_url": "http://127.0.0.1:1234",
"type": "default"
}'
{}