1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08: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-08-24 14:20:09 +05:30
input Added upscaling functionality 2022-08-16 07:47:27 +05:30
main Fixed icons 2022-08-24 08:01:43 +05:30
renderer Updated version text 2022-08-23 20:07:21 +05:30
resources/linux/bin Added sharp 2022-08-18 15:23:23 +05:30
scripts next and electron template 2022-08-15 10:23:14 +05:30
upscaled input and output path selectors working 2022-08-17 14:48:49 +05:30
.gitignore next and electron template 2022-08-15 10:23:14 +05:30
LICENSE Create LICENSE 2022-08-24 10:18:39 +05:30
next.config.js temporary fix (messy) 2022-08-22 14:01:16 +05:30
package-lock.json auto updater 2022-08-21 20:41:11 +05:30
package.json Updated ReadME and License 2022-08-24 10:20:30 +05:30
postcss.config.js next and electron template 2022-08-15 10:23:14 +05:30
README.md Update README.md 2022-08-24 14:20:09 +05:30
tailwind.config.js Added sharp 2022-08-18 15:23:23 +05:30
to_upscale_upscayled_2x.jpeg Added sharp 2022-08-18 15:23:23 +05:30
to_upscale_upscayled_4x.jpeg Updated UI 2022-08-23 18:47:34 +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 Broken exec 2022-08-23 19:37:40 +05:30

Upscayl 🆙

Free and Open Source AI Image Upscaler

https://user-images.githubusercontent.com/25067102/186332548-0d53f02f-d159-4804-8b0e-887d96651fdb.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 :)

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 🍎

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 ❤

Copyright © 2022 - Upscayl
Made by Nayam Amarshe and TGS963
using 🖱 & ⌨