post https://api.corcel.io/v1/image/vision/image-to-image
Using a text prompt and seed image to generate an image.
Log in to see full request history
Responses
Using a text prompt and seed image to generate an image.
xxxxxxxxxx
14curl --request POST \
--url https://api.corcel.io/v1/image/vision/image-to-image \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"image_strength": 0.25,
"cfg_scale": 2,
"steps": 8,
"engine": "proteus",
"height": "1024",
"width": "1024"
}
'
Try It!
to start a request and see the response here! Or choose an example: