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

# Upscale image

> Increase the resolution of an image using AI upscaling models.

The Upscale Image node increases the resolution of an image using AI upscaling models.

## When to use

* Enhancing low-resolution images
* Preparing images for print
* Improving AI-generated image quality

Common patterns: `generate_image → upscale_image`, or `upload_image → upscale_image`.

## Inputs

<ParamField body="Image" type="image" required>
  The image to upscale. Required.
</ParamField>

## Outputs

<ParamField body="Image" type="image">
  The upscaled image.
</ParamField>

## Configuration

<ParamField body="scale_factor" type="number" default="2">
  How many times to enlarge the image.
</ParamField>

<ParamField body="enhance_mode" type="string" default="general">
  Enhancement profile: `general`, `portrait`, or `creative`.
</ParamField>

<Note>
  Pick the model in the node's config panel. See [Image models](/models/image) for the options, and [Model settings](/models/settings) for what each setting does. Many additional options (such as detail level, creativity, face enhancement, and grain) appear depending on the model you choose. Runs consume credits.
</Note>
