Releases: tumuyan/RealSR-NCNN-Android
Releases · tumuyan/RealSR-NCNN-Android
1.7.10
1.7.9
1.7.8
1.7.7-2
- Remove RealSR models from APK assests to reduce the APK file size (156MB -> 102MB).  You could download 
models-RealSR.zipmodels-ESRGAN.zipmodels-waifu2xand unzip them toPath for custom models - Load custom models sort by name
 - Upgrade magick to 7.1.0-41
 - Add some magick filters
 
Note
The Waifu2x models download from https://github.com/nihui/waifu2x-ncnn-vulkan.
The RealSR models download from https://github.com/nihui/realsr-ncnn-vulkan.
The ESRGAN models download from https://upscale.wiki/wiki/Model_Database and convert to ncnn by Cupscale.
1.7.6
RealSR-NCNN-Android-GUI could load waifu2x/ESRGAN models from sdcard automatily🎉
https://github.com/tumuyan/RealSR-NCNN-Android#add-more-models-to-realsr-ncnn-android-gui
1.7.5
1.7.4
1.7.3 Release
- 为resize-ncnn增加de-nearest模式,自动计算输入的图片可能是通过几倍nearest缩放而得到的,并且使用nearest算法进行缩小来还原;
 - 增加更多预设缩小的倍数;
 - 修复Magick导出图片的命名;
 - 下拉列表支持内置(伪)命令
 
1.7.2 Release
- 当realsr-ncnn收到的scale参数的对应模型文件不存在时,自动修正为存在模型的scale
 - 同步real-cugan的上游仓库的更新(修正cpu模式4倍放大错误的问题,修正图片边缘的瑕疵问题,修正在目录处理模式下可能的gpu显存不足问题)
 - 统一打印realsr/realcugan保存图片所用的时间,减少等待的焦虑
 
1.7.1
Tips.
- The App supports waifu2x, but does not include the model and preset commands.
If you need to use waifu2x, please download waifu2x-ncnn-vulkan , unzip it to get the models and add waifu2x commands in the extra command, such as./waifu2x-ncnn -i input.png -o output.png -m /sdcard/10086/models-upconv_7_photo/sdcard/10086/models-upconv_7_photo is the path where the model you placed - you can download other esrgan models and use them.
If you get a .pth model, you should convert it to ncnn format in Windows. The conversion steps are as follows:
download cupscal , unzip cupscal, open pathCupscaleData\bin\pth2ncnn, usepth2ncnn.exeto convert a .pth files to ncnn format. Rename the models folder with the prefix ofmodels-Real-ormodels-ESRGAN-, copy the folder to your phone, add add extra commands in the settings Activity and save. Command just like./realsr-ncnn -i input.png -o output.png -m /sdcard/10086/models-Real-4x-UltraSharp
/sdcard/10086/models-Real-4x-UltraSharp is the path to the folder where you save your models