You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
RealSR-NCNN-Android is a simple Android application that based on [Waifu2x-NCNN](https://github.com/nihui/waifu2x-ncnn-vulkan), [SRMD-NCNN](https://github.com/nihui/srmd-ncnn-vulkan), [RealCUGAN-NCNN](https://github.com/nihui/realcugan-ncnn-vulkan), [RealSR-NCNN](https://github.com/nihui/realsr-ncnn-vulkan), & [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
6
6
The application does not collect any private information from your device.
1. RealSR-NCNN-Android-GUI can build a APK (has a GUI and easy to use). Actually it is a shell of the follow programs.
11
-
2. RealSR-NCNN-Android-CLI can build programs that can be used by the console (for example, Termux) for Android.It contains 5 models (RealSR, SRMD, SRMD, Waifu2x and Resize)
9
+
This repository contains 3 project:
10
+
1. RealSR-NCNN-Android-CLI can build programs that can be used by the console (for example, Termux) for Android.It contains 5 models (RealSR, SRMD, SRMD, Waifu2x and Resize)
12
11
- The RealSR program could use realsr models and real-esrgan models.
13
12
- The Resize program contains classical interpolation mode `nearest``bilinear``bicubic` and `avir``lancir`.
13
+
2. RealSR-NCNN-Android-GUI can build a APK (has a GUI and easy to use). Actually it is a shell for the programs build from RealSR-NCNN-Android-CLI.
14
14
3. Resize-CLI just a demo like the Resize-NCNN-Android-CLI, but it not need ncnn and could build by VS.
15
15
16
16
### How to use RealSR-NCNN-Android-GUI
@@ -26,7 +26,7 @@ input & output
26
26

27
27
28
28
### Add more models to RealSR-NCNN-Android-GUI
29
-
RealSR-NCNN-Android-GUI could load extra models from sdcard automatily in ver 1.7.6. You could download more models from https://huggingface.co/tumuyan/realsr .
29
+
RealSR-NCNN-Android-GUI could load extra models from sdcard automatily in ver 1.7.6. You could download more models from https://github.com/tumuyan/realsr-models .
30
30
1. Make a directory in sdcard.
31
31
2. Input the directory path to `Path for custom models (RealSR/ESRGAN/Waifu2x)` and save.
32
32
3. Download and copy models to the directory you make.
@@ -47,11 +47,6 @@ models-Real-ESRGAN-AnimeSharp // directory should have a suffix of models-Real-
47
47
```
48
48
* This tool can only convert ESRGAN models, not Real-ESRGAN models. If there are Real-ESRGAN models with perfect effect that need to be converted, I can help you convert them manually.
49
49
50
-
### Web UI
51
-
https://huggingface.co/spaces/tumuyan/RealSR
52
-
The hugging face repository contains the model and executable file for Windows/Linux platform, you can clone the repository and open a web UI in the python (instead of the original command line program)
53
-
Also you could try online demo! [](https://huggingface.co/spaces/tumuyan/realsr-docker)
54
-
55
50
56
51
### About Real-ESRGAN
57
52
Real-ESRGAN is a Practical Algorithms for General Image Restoration.
@@ -108,13 +103,7 @@ Click `3rdparty/copy_cli_build_result.bat` and it could copy the build result to
108
103
109
104
## How to use RealSR-NCNN-Android-CLI
110
105
### Download models
111
-
112
-
You could run this command in shell (termux) to download and unzip program and models:
You could download `assets.zip` from github release page and unzip it to get models, or download models from https://github.com/tumuyan/realsr-models .
118
107
119
108
### Example Command
120
109
Make sure the elf file has execute permission. Then input command
If you encounter crash or error, try to upgrade your derive
151
140
152
141
## How to build RealSR-NCNN-Android-GUI
153
-
Download [models & elf files](https://huggingface.co/spaces/tumuyan/RealSR/resolve/main/assets.zip), unzip and put them to this folder, then build it with Android Studio.
142
+
Download `assets.zip` from github release page, the zip file contains models & elf files. Unzip and put them to this folder, then build it with Android Studio.
143
+
The direct download link for current version: https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.9.1/assets.zip
0 commit comments