1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 11:28:25 +02:00
🆙 Upscayl - Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy.
Go to file
2022-09-30 22:06:16 +05:30
.github/workflows Update main.yml 2022-09-30 21:16:36 +05:30
build Fixed mac build 2022-09-19 21:03:11 +05:30
flatpak Fixed flatpak metadata 2022-09-30 21:50:46 +05:30
main Fixed export error 2022-09-30 22:06:16 +05:30
models/future-use Updated Double Upscayl 2022-09-17 15:10:47 +05:30
renderer Fixed non-image bug 2022-09-30 21:45:45 +05:30
resources Fixed mac build 2022-09-19 21:03:11 +05:30
scripts next and electron template 2022-08-15 10:23:14 +05:30
ups Fixed for v1.5 release 2022-09-19 05:24:45 +05:30
ups_upscayled Fixed for v1.5 release 2022-09-19 05:24:45 +05:30
ups_upscayled_sharpened Fixed reset button bug 2022-09-19 22:39:27 +05:30
.gitignore Added flatpak manifest and .destkop 2022-09-28 21:43:32 +02:00
LICENSE Create LICENSE 2022-08-24 10:18:39 +05:30
next.config.js Fixed export error 2022-09-30 22:06:16 +05:30
package.json Fixed export error 2022-09-30 22:06:16 +05:30
postcss.config.js next and electron template 2022-08-15 10:23:14 +05:30
README.md Update README.md 2022-09-20 18:58:43 +05:30
Real-ESRGAN_LICENSE.txt Add files via upload 2022-08-24 16:23:22 +05:30
tailwind.config.js Added sharp 2022-08-18 15:23:23 +05:30
to_upscale_upscayl_4x_realesrgan-x4plus.jpeg Fixed mac build 2022-09-19 21:03:11 +05:30
to_upscale.jpeg Added upscaling functionality 2022-08-16 07:47:27 +05:30
upscayl.mp4 Added mp4 2022-08-24 10:25:15 +05:30
yarn.lock Fixed dropdown bug 2022-09-28 07:08:21 +05:30

New Project (5)

Upscayl 🆙

Free and Open Source AI Image Upscaler

https://user-images.githubusercontent.com/25067102/191083105-cca0dc96-69d5-472b-baff-cb89f1603488.mp4

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 :)

NOTE: Upscayl does not work without a GPU, sorry. You'll need a Vulkan compatible GPU to upscale images. CPU or iGPU won't work.

Installation 👨‍💻

Linux 🐧

  1. Go to releases section

  2. Download the .AppImage file.

  3. 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 🍎

  1. Go to releases section

  2. Download the .dmg file.

  3. Double click dmg, drag Upscayl icon into Applications folder.

Windows 🐌

  1. Go to releases section

  2. Download the .exe file.

  3. Double click exe file, wait for installation, profit.

Comparisons:

Medium Resolution Images (300-400 pixels wide):

image image

Low Resolution Images (150 pixels wide):

image image

Super Low Resolution Images (75 pixels wide):

UPSCALED TWICE

image

Roadmap 🤫

  • Allow video upscaling📼
  • 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

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 more in the future) model to achieve this.
  • Is there a CLI available?
    • The CLI tool is called real-esrgan-ncnn-vulkan and it's available on the Real-ESRGAN repository.
  • Do I need a GPU for this to work?
    • Yes, unfortunately. NCNN Vulkan requires a Vulkan compatible GPU. Upscayl won't work on iGPU or CPU.
  • How can I contribute?
    • You can donate more NCNN compatible models or fix code by submitting PRs :)
  • You are not fully open source!!😡
    • We are, we're using completely free and open source tech. We do ship a binary but that's because not including it would kill the entire purpose of the project. If you want to deal with all those PyTorch, NCNN, and Python errors, you're more than welcome to compile your own binary using the code provided by Real-ESRGAN. The binary is pre-compiled for convenience, if you do not trust it, then you can compile your own since everything is free and open source here :)

Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images. More models and algorithms will come soon.

Credits ❤

Copyright © 2022 - Upscayl
By Nayam Amarshe and TGS963
Made with 🖱 & ⌨