2048x2048
and 4096x1024
.width
or height
parameter may be specified.RealESRGANUpscaleRequestBody
body option below. For upscaler engines that are Stable Diffusion Latent Upscaler-based, refer to the LatentUpscalerUpscaleRequestBody
body option below.curl --location --request POST 'https://api.stability.ai/v1/generation/esrgan-v1-x2plus/image-to-image/upscale'
{
"artifacts": [
[
{
"base64": "...very long string...",
"finishReason": "SUCCESS",
"seed": 1050625087
},
{
"base64": "...very long string...",
"finishReason": "CONTENT_FILTERED",
"seed": 1229191277
}
]
]
}