Skip to content

This repo provides a simple GUI for upscaling images and videos, based on Real-ESRGAN ncnn Vulkan, with features for pausing/canceling and performing bulk upscale operations on multiple files or folder contents.

Notifications You must be signed in to change notification settings

PeteJobi/RealEsrganUpscalerGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-ESRGAN Upscaler GUI

This repo provides a simple GUI for upscaling images and videos, based on Real-ESRGAN ncnn Vulkan, with features for pausing/canceling and performing bulk upscale operations on multiple files or folder contents.

image image

How to build

You need to have DotNet 6 runtime installed to build or run the software. Download the latest runtime here. If you're not sure which one to download, try .NET 6.0 Version 6.0.16

In the project folder, run the below

dotnet publish -p:PublishSingleFile=true -r win-x64 -c Release --self-contained false

When that completes, go to \bin\Release\net6.0-windows\win-x64\publish and you'll find the Upscaler.exe amongst other files. All the files are necessary for the software to run properly. Run Upscaler.exe to use the software.

You can also just download the release build, which contains all published files.

How to use

The file types supported are ".mkv", ".mp4", ".jpg", ".jpeg" and ".png". The software decides automatically if the file to be upscaled is an image or a video.

Two options are available depending on the type of media you want to upscale. Use Animation for anime or cartoon or anything painted. Use Realistic for everything else.

For animation videos, you can decide the upscale quality to use. X2 means the video will be upscaled to twice its resolution and X4 means 4 times its original resolution. The higher the quality, the longer it will take to complete. For realistic videos, as well as images of both types, it's always X4.

When you're done with the parameters, click Select files to select multiple files to be upscaled or Select folder to upscale every image and video in that folder. You can also drag and drop files into the window.

NOTE: Depending on your GPU and CPU, upscaling large videos can take very long.

Known issues

If your resolution scale is higher than 100%, the software may not render correctly and some UI controls may be out of view. There is no real fix for this. It's a limitation of Windows Forms.

About

This repo provides a simple GUI for upscaling images and videos, based on Real-ESRGAN ncnn Vulkan, with features for pausing/canceling and performing bulk upscale operations on multiple files or folder contents.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages