result_url with the upscaled image.Upscale an image up to 4x using ESRGAN
{
"model": "upscale-esrgan",
"prompt": "upscale",
"params": {
"image_url": "https://example.com/photo.jpg",
"scale": 4
}
}
POST /api/v2/generate/upscale
{"image_url": "https://example.com/photo.jpg", "scale": 4}
result_url with the upscaled image.