---
title: "Upscale Image"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/upscaleimage
markdown: https://docs.nodetool.ai/nodes/nodetool/image/upscaleimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/upscaleimage.md
---

# Upscale Image

**Type:** `nodetool.image.Upscale`

**Namespace:** `nodetool.image`

## Description

Increase the resolution and detail of an image using any supported upscaling provider.
    image, upscale, super-resolution, enhance, AI

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `image_model` | The upscaling model to use | `{"type":"image_model","provider":"fal_ai","id":...` |
| image | `image` | Input image to upscale | `{"type":"image","uri":"","asset_id":null,"data"...` |
| scale | `int` | Target magnification factor | `2` |
| prompt | `str` | Optional guidance prompt for creative upscalers | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
