Image upscaling using the nightmareai/real-esrgan AI Model.
curl --request POST \ --url http://localhost:9000/api/v1/replicate/imageupscale \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form scale=123 \ --form face_enhance=true
The image model to be used;
Input image
Factor to scale image by
Run GFPGAN face enhancement along with upscaling
Was this page helpful?