From f59a0c66ec071ea45ac2b58f05c6d9e06ef99637 Mon Sep 17 00:00:00 2001 From: Xintao Date: Sun, 1 Aug 2021 02:35:36 +0800 Subject: [PATCH] Add Linux/MacOS executable files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f85c11..644450f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![python lint](https://github.com/xinntao/Real-ESRGAN/actions/workflows/pylint.yml/badge.svg)](https://github.com/xinntao/Real-ESRGAN/blob/master/.github/workflows/pylint.yml) 1. [Colab Demo](https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing) for Real-ESRGAN google colab logo. -2. [Portable Windows executable file](https://github.com/xinntao/Real-ESRGAN/releases). You can find more information [here](#Portable-executable-files). +2. [Portable Windows/Linux/MacOS executable files for Intel/AMD/Nvidia GPU](https://github.com/xinntao/Real-ESRGAN/releases). You can find more information [here](#Portable-executable-files). Real-ESRGAN aims at developing **Practical Algorithms for General Image Restoration**.
We extend the powerful ESRGAN to a practical restoration application (namely, Real-ESRGAN), which is trained with pure synthetic data. @@ -52,11 +52,11 @@ If you have some images that Real-ESRGAN could not well restored, please also op ### Portable executable files -You can download **Windows executable files** from https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.1/RealESRGAN-ncnn-vulkan-20210725-windows.zip +You can download **Windows/Linux/MacOS executable files for Intel/AMD/Nvidia GPU** from https://github.com/xinntao/Real-ESRGAN/releases This executable file is **portable** and includes all the binaries and models required. No CUDA or PyTorch environment is needed.
-You can simply run the following command: +You can simply run the following command (the Windows example, more information is in the README.md of each executable files): ```bash ./realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png