Skip to content

TensoRaws/Final2x

Repository files navigation

Final2x

MacOS Windows Linux CI-test CI-build Release Download GitHub

A cross-platform image super-resolution tool.

  • News🎉: Enhance a video? Try VSET!
  • News🎉: Final2x v3.0.0 is now available, support Nvidia 50 series GPUs now!
  • News🎉: We are thrilled to announce the release of Final2x v2.0.0, which marks a major milestone as we transition to utilizing ccrestoration (PyTorch) for our algorithm implementation.

Screenshots

image image

Installation

Windows

Just Run! Furthermore, you can use package mananger to install and upgrade.

winget
winget install Final2x

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 >= 1.13 installed

pip install Final2x-core
Final2x-core -h # check if the installation is successful
apt install -y libomp5 xdg-utils

Reference

The following references were referenced in the development of this project:

License

This project is licensed under the BSD 3-Clause - see the LICENSE file for details.

Acknowledgements

Feel free to reach out to the project maintainers with any questions or concerns~

Star History Chart