upscayl / upscayl
- вторник, 30 августа 2022 г. в 00:30:44
🆙 Upscayl - Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy.
v1.3 will come around 12 September
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 :)
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.
Go to releases section
Download the .dmg
file.
Double click dmg, drag Upscayl icon into Applications folder.
Open Terminal and enter this command: chmod +x /Applications/Upscayl.app/Contents/Resources/bin/upscayl
. Press Enter, profit.
Go to releases section
Download the .exe
file.
Double click exe file, wait for installation, profit.
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
Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images. More models and algorithms will come soon.
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
By Nayam Amarshe and TGS963
Made with