> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Upscale

> Image upscaling using the **nightmareai/real-esrgan** AI Model.

### Query

<ParamField query="model" type="string" default="nightmareai/real-esrgan" required>
  The image model to be used;
</ParamField>

### Body

<ParamField body="image" type="file" required>
  Input image
</ParamField>

<ParamField body="scale" type="float" default="4.0">
  Factor to scale image by
</ParamField>

<ParamField body="face_enhance" type="boolean" default="False">
  Run GFPGAN face enhancement along with upscaling
</ParamField>
