> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/tasks/upscale.md).

# Upscale

***

<figure><img src="/files/kA90CpxTnO0xzIn0VT1H" alt=""><figcaption></figcaption></figure>

***

## Interactive Tutorial

{% hint style="info" icon="language" %}
**How to Change Your Tutorial Language**\
Tutorials are shown in English by default. To view this tutorial in a different language, hover over the top right corner and select <i class="fa-language">:language:</i> **Language**.
{% endhint %}

{% @arcade/embed flowId="Qg5FyTtXao2TWciJR6Gs" url="<https://app.arcade.software/share/Qg5FyTtXao2TWciJR6Gs>" %}

***

## How to use

{% stepper %}
{% step %}

#### Select ”Upscale”

In the left task menu, select <kbd><mark style="color:$primary;">**Resize**<mark style="color:$primary;"></kbd> then <kbd><mark style="color:$tint;">**Upscale**<mark style="color:$tint;"></kbd>

This opens the Upscale workspace.
{% endstep %}

{% step %}

#### Upload a Product Image

The product image will be used as the foreground element.

You may upload an image by:

* Selecting <kbd><mark style="color:$primary;">**Upload an image**<mark style="color:$primary;"></kbd> inside the scene
* Dragging and dropping an image from a folder on your computer
* Dragging and dropping an image from the Library panel at the bottom-left of the screen

Once uploaded, the product will appear in the scene.
{% endstep %}

{% step %}

#### Select the Output Size

In the right-side Upscale Generation settings panel, choose between two upscale options:

**Standard Upscale**

* Use Standard Upscale when you need a larger version of the current image.
* Increases resolution based on the current scene size
* Available sizes:
  * Current scene size ×2
  * Current scene size ×3
  * Current scene size ×4
  * Current scene size ×5
  * Current scene size ×6

**Advanced Upscale (Detail-optimized)**

* Designed for final-step upscaling, enhances fine texture and detail fidelity.
* Generates a 4096 × 4096px output
  {% endstep %}

{% step %}

#### Upscale

After confirming all settings, select <kbd><mark style="color:$primary;">**Upscale**<mark style="color:$primary;"></kbd>.

The generated scene will appear in your Playground.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/tasks/upscale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
