Skip to content

Commit 1675e96

Browse files
committed
remove huggingface & coolapk links from readme files.
1 parent be7933b commit 1675e96

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
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).
66
The application does not collect any private information from your device.
7-
Download: Github [Release](https://github.com/tumuyan/RealSR-NCNN-Android/releases) or [CoolApk](https://www.coolapk.com/apk/292197)
7+
Download: Github [Release](https://github.com/tumuyan/RealSR-NCNN-Android/releases)
88

9-
This repository contains 7 project:
10-
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)
1211
- The RealSR program could use realsr models and real-esrgan models.
1312
- 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.
1414
3. Resize-CLI just a demo like the Resize-NCNN-Android-CLI, but it not need ncnn and could build by VS.
1515

1616
### How to use RealSR-NCNN-Android-GUI
@@ -26,7 +26,7 @@ input & output
2626
![](Screenshot.jpg)
2727

2828
### 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 .
3030
1. Make a directory in sdcard.
3131
2. Input the directory path to `Path for custom models (RealSR/ESRGAN/Waifu2x)` and save.
3232
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-
4747
```
4848
* 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.
4949

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! [![Hugging Face](https://img.shields.io/badge/Demo-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/tumuyan/realsr-docker)
54-
5550

5651
### About Real-ESRGAN
5752
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
108103

109104
## How to use RealSR-NCNN-Android-CLI
110105
### Download models
111-
112-
You could run this command in shell (termux) to download and unzip program and models:
113-
`curl https://huggingface.co/spaces/tumuyan/RealSR/raw/main/install_realsr_android.sh | bash`
114-
115-
or download and unzip them by your self.
116-
`https://huggingface.co/spaces/tumuyan/RealSR/resolve/main/assets.zip`
117-
106+
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 .
118107

119108
### Example Command
120109
Make sure the elf file has execute permission. Then input command
@@ -150,7 +139,9 @@ Usage: realsr-ncnn -i infile -o outfile [options]...
150139
If you encounter crash or error, try to upgrade your derive
151140

152141
## 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
144+
154145

155146
```
156147
RealSR-NCNN-Android-GUI\app\src\main\assets\

README_CHS.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@
1818
✅ 图片处理过程完全在本地运行,无需担心隐私泄漏、服务器排队、服务收费;处理耗时取于决选择的模型、图片大小以及设备的性能。
1919

2020
### 下载地址
21-
[酷安](https://www.coolapk.com/apk/292197)[Github Release](https://github.com/tumuyan/RealSR-NCNN-Android/releases)
22-
23-
### Web UI
24-
https://huggingface.co/spaces/tumuyan/RealSR
25-
上方链接仓库集成了Windows和Linux平台下的ncnn版本超分程序,可以clone仓库,在python环境下打开一个web UI来使用(代替原版程序的命令行方式)
26-
你也可以在线体验docker版本(由于使用双核CPU运算,速度相当慢)[![Hugging Face](https://img.shields.io/badge/Demo-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/tumuyan/realsr-docker)
21+
[Github Release](https://github.com/tumuyan/RealSR-NCNN-Android/releases)
2722

2823
### 仓库结构
29-
1. RealSR-NCNN-Android-GUI 可以编译出APK文件,这样用户可以在图形环境下操作。(不过他的本质就是在给命令行程序套壳,而不是通过JNI调用库文件)
30-
2. RealSR-NCNN-Android-CLI 包含RealSR、SRMD、SRMD、Waifu2x、Resize五个模块,可以分别编译出对应的命令行程序,编译结果可以在安卓设备的Termux等虚拟终端中使用。其中:
24+
1. RealSR-NCNN-Android-CLI 包含RealSR、SRMD、SRMD、Waifu2x、Resize五个模块,可以分别编译出对应的命令行程序,编译结果可以在安卓设备的Termux等虚拟终端中使用。其中:
3125
- RealSR 可以使用RealSR和Real-ESRGAN的模型。
3226
- Resize 可以使用了`nearest/最邻近``bilinear/两次线性``bicubic/两次立方`三种经典放大(interpolation/插值)算法,以及Lanczos插值算法相似的`avir/lancir`。特别的,nearest和bilinear可以通过`-n`参数,不使用ncnn进行运算,得到点对点放大的结果;当不使用`-n`。参数时,`-s`参数可以使用小数。
27+
2. RealSR-NCNN-Android-GUI 可以编译出APK文件,这样用户可以在图形环境下操作。(不过他的本质就是在给上述命令行程序套壳,而不是通过JNI调用库文件)
3328
3. Resize-CLI 可以编译出resize命令行程序,包含`nearest/最邻近``bilinear/两次线性`两种算法,不需要ncnn,编译体积较大。此工程除Android使用外,也可使用VS2019编译,在PC端快速验证。
3429

3530
## 如何使用 RealSR-NCNN-Android-GUI
@@ -51,7 +46,7 @@ https://huggingface.co/spaces/tumuyan/RealSR
5146

5247
## 为 RealSR-NCNN-Android-GUI 增加更多模型
5348
RealSR-NCNN-Android-GUI 在 ver 1.7.6 以上的版本可以自动加载自定义模型。
54-
你可以从 https://huggingface.co/tumuyan/realsr 下载更多模型:
49+
你可以从 https://github.com/tumuyan/realsr-models 下载更多模型:
5550
1. 在文件管理器里新建一个目录
5651
2. 在App的设置中,自定义模型路径的选项里填入刚才新建目录的路径,点击保存
5752
3. 下载模型并复制到刚才新建的目录里
@@ -123,12 +118,7 @@ RealSR-NCNN-Android
123118

124119
## 如何使用 RealSR-NCNN-Android-CLI
125120
### 下载模型
126-
你可以在终端 (termux) 中使用如下命令自动下载并解压程序和模型:
127-
`curl https://huggingface.co/spaces/tumuyan/RealSR/raw/main/install_realsr_android.sh | bash`
128-
129-
也可以直接下载压缩包,自行解压得到这些文件:
130-
`https://huggingface.co/spaces/tumuyan/RealSR/resolve/main/assets.zip`
131-
121+
你可以从 github release 页面下载 `assets.zip`, 或者从 https://github.com/tumuyan/realsr-models 下载所需模型,需要注意不同程序需要用对应的模型
132122

133123
### 命令范例
134124
确认程序有执行权限,然后输入命令:
@@ -156,7 +146,8 @@ RealSR-NCNN-Android
156146
```
157147

158148
## 如何编译 RealSR-NCNN-Android-GUI
159-
下载[模型和CLI程序](https://huggingface.co/spaces/tumuyan/RealSR/resolve/main/assets.zip),放置到如下路径, 然后使用 Android Studio 进行编译。
149+
从 github release 页面下载 `assets.zip` , 其中包含了模型和CLI程序, 解压并放置到如下路径, 然后使用 Android Studio 进行编译。
150+
当前版本的下载连接为 https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.9.1/assets.zip
160151

161152
```
162153
RealSR-NCNN-Android-GUI\app\src\main\assets\

0 commit comments

Comments
 (0)