input | ||
main | ||
renderer | ||
resources/linux/bin | ||
scripts | ||
upscaled | ||
.gitignore | ||
LICENSE | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
Real-ESRGAN_LICENSE.txt | ||
tailwind.config.js | ||
to_upscale_upscayled_2x.jpeg | ||
to_upscale_upscayled_4x.jpeg | ||
to_upscale.jpeg | ||
upscayl.mp4 | ||
yarn.lock |
Upscayl 🆙
Free and Open Source AI Image Upscaler
Upscayl is a cross-platform application built with the Linux-first philosophy. This means that we prioritize Linux builds over others but that doesn't mean we'll break things for other OSes :)
Installation 👨💻
Linux 🐧
-
Go to releases section
-
Download the
.AppImage
file. -
Right Click AppImage -> Go to Permissions tab -> Check allow file to execute and then double click the file to run Upscayl.
You can also download the flatpak version and double click the flatpak file to install via Store but wait for the full release, we'll be pushing it to Flathub for easy access.
MacOS 🍎
Coming soon...
Windows 🐌
Coming soon...
Roadmap 🤫
- Allow video upscaling
- 2x, 3x upscaling modes
- More models
- Make the whole world use FOSS
Development 🛠
git clone https://github.com/TGS963/upscayl
cd upscayl
# INSTALL DEPENDENCIES
npm install
# RUN THE DEVELOPMENT SERVER LOCALLY
npm run start
# PACKAGE THE APP
npm run dist
# PUBLISH THE APP, MAKE SURE TO ADD GH_TOKEN= IN SHELL
npm run publish-app
Credits ❤
-
Real-ESRGAN for their wonderful research work.
Real-ESRGAN: Copyright (c) 2021, Xintao Wang -
Microsoft™ for their Fluent Emoji used as our logo.
Copyright © 2022 - Upscayl
Made by Nayam Amarshe and TGS963
using 🖱 & ⌨