# Highres Fix

{% hint style="info" %}

* *Not compatible with ControlNet*
* *Not compatible with the Paint Tab*
  {% endhint %}

If you feel like just using the upscalers aren't getting enough detail at higher resolution, you can always try using the Highres Fix.

To start using HIghres Fix go into the setting tab and turn on the this option. Make sure to click save settings.

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

Now when you generate an image at 1024x1024 highres fix will activate.\
It will work on any resolution equal to or greater than the sum of those dimensions

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

What this does is generate the image at 768x768 and then begins to upscale it in stages, adding a pass of img2img at each step to add in more details until it eventually reaches the desired resolution.

<figure><img src="/files/4Niojr0oNdwOIjrW6jVF" alt=""><figcaption></figcaption></figure>

Be careful going too large if you have a GPU with 8GB of VRAM or less.\
Currently it may fail, but not until the final steps.

If higher resolutions are desired you can use a regular upscaler.\
2x upscale will keep most of the details of your highres fix image.

If you want to get even more details, now would be a good time to look into using [The Paint Tab](/tutorials/resources/extra-features-tutorials/the-paint-tab.md)


---

# Agent Instructions: 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:

```
GET https://artroomai.gitbook.io/tutorials/resources/extra-features-tutorials/upscaling/highres-fix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
