Outpainting
Allowing users to expand the boundaries of their images seamlessly.
Last updated
curl --location 'https://api.quickqr.art/v1/predictions/queue' \
--header 'x-api-key: <Insert your api key>' \
--header 'Content-Type: application/json' \
--data '{
"workflow": "outpainting",
"image": "https://delivery.quickqr.art/qr-v4/a80203d68e4248699de3592ca2ef62fc-20231203103444.png",
"prompt": "best quality, masterpiece, depth of field, beautiful woman, big dress, trees, flowers, sky, water",
"negativePrompt": "",
"seed": 2800163943969242,
"image_width": 512,
"image_height": 512,
"padding_left": 512,
"padding_right": 512,
"padding_top": 512,
"padding_bottom": 512,
"type": "multi_shots"
}
'