> For the complete documentation index, see [llms.txt](https://help.aiunivers.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aiunivers.net/ai-tools/upscale.md).

# Upscale

### We have 2 Modes for Upscale

* <mark style="color:purple;">**Basic**</mark> - Fast and simple
* <mark style="color:purple;">**Advance**</mark> - For nerds with lot more settings to mess with

### <mark style="color:purple;">Basic Upscale</mark>

Just upload your image and click upscale lol!

> Supported Formats: <mark style="color:purple;">**`JPG`**</mark>, <mark style="color:purple;">**`JPEG`**</mark>, <mark style="color:purple;">**`PNG`**</mark>, <mark style="color:purple;">**`WEBP`**</mark>

### <mark style="color:purple;">Advance Upscale</mark>

This mode for true nerds to mess with the settings to get what you want

#### Parameters

* <mark style="color:green;">**Image**</mark>
* <mark style="color:green;">**Enhance Type**</mark>
* <mark style="color:green;">**Upscale Factor**</mark>
* <mark style="color:orange;">**Output Format**</mark>
* <mark style="color:orange;">**Subject Detection**</mark>
* <mark style="color:orange;">**Face Enhance**</mark>

> Supported Formats: <mark style="color:purple;">**`JPG`**</mark>, <mark style="color:purple;">**`JPEG`**</mark>, <mark style="color:purple;">**`PNG`**</mark>

### <mark style="color:green;">Image</mark>

Upload or drag and drop your image to the box

### <mark style="color:green;">Enhance Type</mark>

Choose a Enhance type based on your image

* <mark style="color:purple;">**`Standard`**</mark> - Good for all basic images
* <mark style="color:purple;">**`Low Resolution`**</mark> - Good for old low res images
* <mark style="color:purple;">**`CGI`**</mark> - Good for digital artwork
* <mark style="color:purple;">**`High Fidelity`**</mark> - Good for all types.&#x20;
* <mark style="color:purple;">**`Text Refine`**</mark> -  Good for text based stuff

### <mark style="color:green;">Upscale Factor</mark>

Choose the upscale size factor you need

* 2x
* 4x
* 6x

### <mark style="color:orange;">Output Format</mark>

Choose what format your final image needs to be in

* JPG
* PNG

### <mark style="color:orange;">Subject Detection</mark>

You can choose which need to be upscaled with this option

* None
* All
* Foreground
* Background

### <mark style="color:orange;">Face Enhance</mark>

Enhance faces in the image

* No
* Yes


---

# 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://help.aiunivers.net/ai-tools/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.
