Upscayl lets you enlarge and enhance low-resolution images using advanced AI algorithms.
Enlarge images without losing quality. It's almost like magic! 🎩🪄
[!IMPORTANT]
You'll need a Vulkan compatible GPU (Graphics Card) to upscale images. Many iGPUs (integrated graphics) do not work but, no harm in trying :)
🐧 Linux
Upscayl should be available on the software listings of most Linux operating systems. Your distro's Store app might also support the Flatpak or Snap version.
You can track all the progress here: https://github.com/orgs/upscayl/projects/1
Fix bugs
Make the whole world use FOSS (WIP 🚧)
🛠 Development
I recommend using Volta: https://volta.sh for installing Node.js.
Download and install volta, then do: volta install node.
🏃 Running
[!NOTE]
If you are not willing to install git, you can skip the first line, download the source zip and extract it to upscayl instead and carry on with the rest of the instructions.
git clone https://github.com/upscayl/upscayl
cd upscayl
# INSTALL DEPENDENCIES
npm install
# RUN THE DEVELOPMENT SERVER LOCALLY
## YOUR LOGS WILL NOW APPEAR IN THE TERMINAL
npm run start
🏗️ Building
# INSTALL DEPENDENCIES
npm install
# PACKAGE THE APP
npm run dist
# PUBLISH THE APP, MAKE SURE TO ADD GH_TOKEN= IN SHELL
# ONLY DO THIS IF YOU'RE A MAINTAINER
npm run publish-app
🤓 FAQ
How does Upscayl work?
Upscayl uses AI models to enhance your images by guessing what the details could be. It uses Real-ESRGAN and Vulkan architecture to achieve this. Our backend is fully open-source under the AGPLv3 license.
I don't see a drastic change in my upscaled image. Why is that?
Upscayl can enhance low resolution images and images that are pixelated but it cannot de-blur or do focus adjustment on your image. If your image is out-of-focus or totally blurred, Upscayl is not the right tool for it. Please use images that are similar to the examples we've given here.
Yes, unfortunately. NCNN Vulkan requires a Vulkan-compatible GPU. Upscayl won't work with most iGPUs or CPUs. But hey, no harm in trying ;)
@Wyrdgirn has contributed a workaround for Windows and Linux in #390! Nobody knows how to manipulate the macOS and Haiku frameworks...
I stopped the magic Batch Upscayl and my images haven't been processed, compressed, or are in the wrong scale!
When a model doesn't support an action, Upscayl will finish upscayling all the images first before post-processing them. What this means is that you should simply wait for the process to finish.
How can I contribute?
You can report issues, fix code and add features by submitting PRs, or donate! 😊
What's the GPU ID for?
It is for selecting which GPU to use. The specific procedure is detailed in the Wiki.
Note that for Windows systems, if Upscayl is not set to performance mode, the system may override this setting.
Where do I find more models?
More models can be taken from here: https://github.com/upscayl/custom-models