{
"artist": [
"string"
],
"batchSize": 0,
"cfgScaleType": 0,
"colorStyle": [
"string"
],
"faceOptimize": 0,
"hiresFixType": 0,
"imageScale": "string",
"model": 0,
"negativePrompt": "string",
"paintPattern": 0,
"paintStyle": [
"string"
],
"picture": "string",
"pixel": 0,
"prompt": "string",
"referencePaintUrl": "string",
"render": [
"string"
],
"scene": [
"string"
],
"seedNum": 0,
"similarity": 0,
"stepType": 0,
"token": "string",
"view": [
"string"
]
}
curl --location --request POST 'https://ai-api-test.feilianyun.cn/open/token/ai/easy/img2img' \
--header 'Content-Type: application/json' \
--data-raw '{
"artist": [
"string"
],
"batchSize": 0,
"cfgScaleType": 0,
"colorStyle": [
"string"
],
"faceOptimize": 0,
"hiresFixType": 0,
"imageScale": "string",
"model": 0,
"negativePrompt": "string",
"paintPattern": 0,
"paintStyle": [
"string"
],
"picture": "string",
"pixel": 0,
"prompt": "string",
"referencePaintUrl": "string",
"render": [
"string"
],
"scene": [
"string"
],
"seedNum": 0,
"similarity": 0,
"stepType": 0,
"token": "string",
"view": [
"string"
]
}'
{
"code": 0,
"data": "string",
"message": "string"
}