{
"input": {
"image": "string",
"prompt": "string",
"scheduler": "string",
"num_outputs": 0,
"guidance_scale": 0,
"prompt_strength": 0,
"num_inference_steps": 0
}
}
curl --location --request POST 'https://xuedingmao.top/replicate/v1/predictions' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"image": "string",
"prompt": "string",
"scheduler": "string",
"num_outputs": 0,
"guidance_scale": 0,
"prompt_strength": 0,
"num_inference_steps": 0
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}