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
2023-10-27 18:07:48 +05:30
.github Add provisionprofile 2023-10-15 10:57:13 +05:30
build Update icns 2023-10-14 07:07:03 +05:30
common Update build 2023-10-26 13:39:52 +05:30
electron Update build 2023-10-26 13:39:52 +05:30
export/build Fix build 2023-10-25 17:14:22 +05:30
flatpak Update org.upscayl.Upscayl.metainfo.xml 2023-09-21 20:42:52 +05:30
models Added scale 2023-04-12 18:55:24 +05:30
renderer Remove console.log 2023-10-26 18:46:55 +05:30
resources Update pacakge 2023-10-21 19:13:03 +05:30
scripts Fix notarize 2023-10-27 18:07:48 +05:30
ups Fixed for v1.5 release 2022-09-19 05:24:45 +05:30
.gitignore Fix notarize 2023-10-27 18:07:48 +05:30
.prettierignore Update plist 2023-10-14 13:21:52 +05:30
1080p_banner.jpg Updated flatpak details 2023-06-04 14:09:50 +05:30
1080p_explainer.jpg Updated flatpak details 2023-06-04 14:09:50 +05:30
COMPARISONS.MD Update COMPARISONS.MD 2023-05-10 09:27:18 +05:30
download.jpg Updated readme 2022-12-22 17:40:23 +05:30
LICENSE Create LICENSE 2022-08-24 10:18:39 +05:30
next.config.js Fix build 2023-10-25 17:14:22 +05:30
notarize.js Fix notarize 2023-10-27 18:07:48 +05:30
org.upscayl.Upscayl.desktop Update org.upscayl.Upscayl.desktop 2023-09-13 23:08:07 +05:30
package-lock.json Fix notarize 2023-10-27 18:07:48 +05:30
package.json Fix notarize 2023-10-27 18:07:48 +05:30
postcss.config.js next and electron template 2022-08-15 10:23:14 +05:30
README.md Update README.md 2023-10-15 12:20:27 +05:30
Real-ESRGAN_LICENSE.txt Add files via upload 2022-08-24 16:23:22 +05:30
screen1.png Updated readme 2022-12-22 17:40:23 +05:30
tailwind.config.js Fix sharp pixel limit and compression and macos quit 2023-09-16 16:04:35 +05:30
to_upscale.jpeg Added upscaling functionality 2022-08-16 07:47:27 +05:30
tsconfig.json Fix build 2023-10-25 17:14:22 +05:30
update_upscayl_ncnn_binaries.sh Update pacakge 2023-10-21 19:13:03 +05:30
upscayl.mp4 Added mp4 2022-08-24 10:25:15 +05:30

v2.9.0 Pre-Release is out for Linux!

v2.8.6 is out! 🥳



🆙 Upscayl

Free and Open Source AI Image Upscaler

Upscayl lets you enlarge and enhance low-resolution images using advanced AI algorithms. Enlarge images without losing quality. It's almost like magic! 🎩🪄

Upscayl is a cross-platform application built with the Linux-first philosophy. This means that Linux users receive pre-release builds earlier, but Upscayl itself is available on all major desktop operating systems :)

https://upscayl.org

Screenshot

Important

You'll need a Vulkan compatible GPU to upscale images. Many CPU and iGPUs do not work but no harm in trying.

👨‍💻 Installation

🐧 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.

Portable Method

  1. Go to releases section
  2. Download the upscayl-x.x.x-linux.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 choose to install using other formats like RPM (Fedora), DEB (Debian/Ubuntu based), and ZIP (Any Linux OS).

🍎 macOS

  1. Go to releases section
  2. Download the upscayl-x.x.x-mac.dmg file.
  3. Double click dmg, drag Upscayl icon into Applications folder.
  4. Open Finder, click 'Applications' tab in the left sidebar. Find Upscayl and right click on it. Select 'Open'.
  5. In the window that appears, press 'Open' yet again.

🐌 Windows

(Windows 10 and later)

  1. Go to releases section
  2. Download the .exe file.
  3. Double click exe file, wait for installation, profit.

👨‍🏫 Wiki - Tutorials and Guides

Check out our Wiki here.

⚖️ Results

Check out Upscayl before/after comparisons here.

🤫 Roadmap

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
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 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 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...
  • 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.
  • 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 😁
  • Where do I find more models?

Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images.

🎁 Donate

❤ Credits

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