{
"input": {
"width": 0,
"height": 0,
"prompt": "string",
"refine": "string",
"scheduler": "string",
"lora_scale": 0,
"num_outputs": 0,
"guidance_scale": 0,
"apply_watermark": true,
"high_noise_frac": 0,
"negative_prompt": "string",
"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": {
"width": 0,
"height": 0,
"prompt": "string",
"refine": "string",
"scheduler": "string",
"lora_scale": 0,
"num_outputs": 0,
"guidance_scale": 0,
"apply_watermark": true,
"high_noise_frac": 0,
"negative_prompt": "string",
"prompt_strength": 0,
"num_inference_steps": 0
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}