Authorization: Bearer ********************
{
"version": "8cf61ea6c56afd61d8f5b9ffd14d7c216c0a93844ce2d82ac1c9ecc9c7f24e05",
"input": {
"alpha": 0.5,
"prompt_a": "funky synth solo",
"prompt_b": "90's rap",
"denoising": 0.75,
"seed_image_id": "vibes",
"num_inference_steps": 50
}
}
curl --location --request POST 'https://api.qingyuntop.top/replicate/v1/models/riffusion/riffusion/predictions' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": "8cf61ea6c56afd61d8f5b9ffd14d7c216c0a93844ce2d82ac1c9ecc9c7f24e05",
"input": {
"alpha": 0.5,
"prompt_a": "funky synth solo",
"prompt_b": "90'\''s rap",
"denoising": 0.75,
"seed_image_id": "vibes",
"num_inference_steps": 50
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}