Upscayl: The Ultimate Open-Source AI Image Upscaler

Linux TLDR
Last Updated:
Reading time: 3 minutes

Upscayl is an open-source AI image upscaler that effortlessly enhances low-resolution or compressed images using advanced algorithms, all while preserving perfect quality.

The project captured my attention last year, and today, significant enhancements and updates have been made to this application, which will be discussed in this article.

If you’re unfamiliar with this tool, here’s a quick overview: It’s a cross-platform application that can be easily installed on Linux, macOS, and Windows. The only system requirement is a Vulkan-compatible GPU for image upscaling.

While it is a cross-platform application, its core commitment to a Linux-first philosophy ensures early access to pre-release builds for Linux users.

Let’s discuss the remaining details while we install it on a Linux system:

How to Install Upscayl on Linux

It’s currently not available in the default Linux repository. However, for Debian, Ubuntu, or Red Hat-based systems, you can install it through AppImage, Flatpak, or Snap. Arch users can utilize the AUR repository.

To install it via the AppImage, start by downloading the latest AppImage from the release section and follow the steps below:

$ chmod +x upscayl-*-linux.AppImage
$ ./upscayl-*-linux.AppImage

To effortlessly install it through Flatpak or Snap, select from the following commands:

$ flatpak install flathub org.upscayl.Upscayl
$ sudo snap install upscayl

After completing the installation, you can easily access them, either via the application menu or by executing the following command in your terminal:

$ flatpak run org.upscayl.Upscayl
$ snap run upscayl

Installing it from the AUR repository via front-end tools like Yay is effortless for Arch users.

$ yay -S upscayl-bin 

After installing the program, upon launching it, the interface would look like the one below:

πŸ’‘
If you’re seeking a CLI alternative to this GUI tool, you might want to give Real-ESRGAN a shot, although I’m not a big fan of it.
Upscayl - AI Image Upscaler

Please note that although we strive to keep our articles up-to-date, the Upscayl interface depicted in the image above may undergo changes over time.

To stay updated with changes and monitor progress, visit this link.

System Specification

Due to its demanding resource usage, your system must meet specific requirements for this tool. Keep in mind that the tests conducted on my system may differ from yours.

To understand these differences, review the specifications of my system provided below, which provide some insight into the requirements.

ProcessorAMD Ryzen 7 6800H
Ram16GB
GraphicsNVIDIA GeForce RTX 3070ti 8GB
Tested inLinux and Windows

Don’t be disheartened if your system falls short of the aforementioned requirements; simply make sure it boasts a minimum of β€œ4 GB RAM” and a compatible β€œVulkan GPUβ€œ.

Upscaling the Images using Upscayl

To begin your quest, just open the application and follow the steps mentioned to start upscaling your low-resolution or compressed images.

Preparing to upscale an image

Description of the above-highlighted steps:

  • Step 1: Go to the β€œUpscayl” section.
  • Optional: For multiple image upscaling, mark β€œBatch Upscaleβ€œ.
  • Step 2: Choose your image for upscaling.
  • Step 3: Select the upscaling type: default, fast, or ultrasharp.
  • Optional: Enabling the β€œDouble Upscayl” option repeats the process multiple times, potentially improving some images but not all.
  • Step 4: Set the output folder.
  • Step 5: Click β€œUpscayl” to start.

Once you feel prepared, feel free to proceed. In the meantime, take a moment to check the enhanced image on my system:

Upscaling an image

The original image was compressed at 152 KB, and the setting used for upscaling was default. The resulting upscaled image was surprisingly good, ballooning in size to 21.3 MB.

Here are a few additional sample images that have been upscaled from their original blurred versions.

Upscaled image - 1

The original image was 203 KB in size, but after upscaling, it grew to 133 MB, with a barely noticeable difference in the result.

Upscaled image - 2

Again, the original image was 431 KB in size and skyrocketed to 192 MB after upscaling, with minor changes.

Please consider that your outcomes may vary based on the input image quality and your chosen upscaling method.

You can customize your Upscayl settings from the Settings section to meet your specific needs, which include the theme, default output folder, GPU ID, and image output type (which supports PNG, JPG, and WEBP), as well as the upscaling scale.

Upscayl - settings

Explore alternative models to better match your preferences; results may vary with different images, so be prepared to manually experiment with all other settings.

Final Word

I experimented with over 20 compressed, low-resolution, and blurred images. The outcomes were unpredictable; some showed drastic changes, while others only affected the file size.

I appreciate it if you share your experiences in the comments; your insights can greatly benefit fellow readers.

Till then, peace!

Join The Conversation

Users are always welcome to leave comments about the articles, whether they are questions, comments, constructive criticism, old information, or notices of typos. Please keep in mind that all comments are moderated according to our comment policy.