> For the complete documentation index, see [llms.txt](https://metaverse-imagen.gitbook.io/ai-tools-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/ai-resources/upscaling-super-resolution.md).

# Upscaling / Super-Resolution

### Upscaling / Super-resolution

Check out the [Upscaling Guide](https://pharmapsychotic.com/upscaling.html)

* [Gigapixel AI](https://www.topazlabs.com/gigapixel-ai/ref/1354/) by Topaz Labs (costs $99) <- voted #1
* [Video Enhance AI](https://www.topazlabs.com/video-enhance-ai/ref/1354/) by Topaz Labs - commercial upscaling and frame interpolation <- excellent
* [Real-ESRGAN](https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing) - ( [github](https://github.com/xinntao/Real-ESRGAN) ) <- voted #2
* [Real-ESRGAN Sber](https://colab.research.google.com/drive/1YlWt--P9w25JUs8bHBOuf8GcMkx-hocP?usp=sharing) - a nice fine tuned ESRGAN model
* [chaiNNer](https://github.com/joeyballentine/chaiNNer) - node base tool that can batch process ESRGAN upscale and more
* [Cupscale](https://github.com/n00mkrad/cupscale) - Windows GUI for ESRGAN
* [Latent-SR](https://replicate.com/nightmareai/latent-sr) - Nightmare Ai latent diffusion super resolution (slow but nice!)
* [Neural Love](https://neural.love/image-upscale) - credit based system for diffusion upscaling&#x20;
* [Stable Diffusion Upscaler](https://colab.research.google.com/drive/1o1qYJcFeywzCIdkfKJy7cTpgZTCM2EI4) - latest and greatest&#x20;
* [SuperRes Diffusion](https://colab.research.google.com/drive/19euI_7GAgbvMoZsuPj9SZseDeuFnwBj8) - Batch upscaling and super resolution with latent-diffusion
* [SwinIR](https://huggingface.co/spaces/akhaliq/SwinIR) - Hugging Face space
* [Upscale Model Database](https://upscale.wiki/wiki/Model_Database) - big set of pretrained models for upscaling different types of content
* [Waifu2x](http://waifu2x.udp.jp/) ([github](https://github.com/nagadomi/waifu2x)) - designed for anime / manga
* [WaifuXL](https://waifuxl.com/) - newer and beats Waifu2x in quality
* [LetsEnhance.io](https://letsenhance.io/) - credit based web service for image super resolution


---

# 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://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/ai-resources/upscaling-super-resolution.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.
