Final2x is a powerful image super-resolution tool designed to enhance the quality and clarity of images by enlarging them to arbitrary sizes while preserving or improving detail. It supports multiple advanced models, including RealCUGAN, RealESRGAN, Waifu2x, and SRMD, enabling users to achieve high-quality upscaling for various types of imagery.
Key Features:
Support for multiple state-of-the-art super-resolution models.
Ability to upscale images to any desired size while maintaining sharpness and detail.
High-quality output with minimal loss of visual fidelity.
User-friendly interface for seamless operation.
Audience & Benefit:
Ideal for photographers, graphic designers, researchers, and anyone needing high-quality image enlargement. Final2x empowers users to enhance the clarity and detail of images, making it a valuable tool for improving digital content across various applications. It can be installed via winget for easy setup on supported platforms.
README
Final2x
A cross-platform image super-resolution tool.
News🎉: Final2x v4.0.0 is now available! It uses the cccv backend, supporting custom models and more. See custom model demo.
News🎉: Final2x v3.0.0 is now available, support Nvidia 50 series GPUs now!
You can also use a package manager like winget or scoop to install and upgrade. Please note that the versions available through package managers may not always be the latest.
MacOS
sudo spctl --master-disable
# Disable Gatekeeper, then allow applications downloaded from anywhere in System Preferences > Security & Privacy > General
xattr -cr /Applications/Final2x.app
In first time, you need to run the command above in terminal to allow the app to run.
Linux
For Linux User, you need to install the dependencies first.
Make sure you have Python >= 3.9 and PyTorch >= 2.0 installed
pip install Final2x-core
Final2x-core -h # check if the installation is successful
apt install -y libomp5 xdg-utils