Image Upscaling

Image upscaling is the process of enhancing the resolution and quality of an image, making it sharper and more detailed. Omnicron provides reliable and capable AI models powered by Replicate. It offers the nightmareai/real-esrgan and the philz1337x/clarity-upscaler models for superior image enhancement.

The two Models listed above have different strengths and abilities.

How to use

Navigate to the endpoint api/v1/replicate/imageupscale.

curl
curl -X POST http://localhost:9000/api/v1/replicate/imageupscale?model=nightmareai/real-esrgan \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f file: some-file
For details about the parameters, visit the image upscale reference page.