Skip to content

Releases: tumuyan/RealSR-NCNN-Android

1.7.6

26 Jun 06:22
Compare
Choose a tag to compare

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

04 Jun 13:13
Compare
Choose a tag to compare

增加预处理webp/png/jpg/bmp以外的图片为png的选项,提高图片解码能力。

1.7.4

26 Apr 09:25
Compare
Choose a tag to compare
  1. 同步上游仓库waifu2x-ncnn的20220419更新
  2. 增加realesrganv3模模型(并设为默认模型)
  3. 升级ncnn版本为20220420

1.7.3 Release

25 Mar 16:21
Compare
Choose a tag to compare
  1. 为resize-ncnn增加de-nearest模式,自动计算输入的图片可能是通过几倍nearest缩放而得到的,并且使用nearest算法进行缩小来还原;
  2. 增加更多预设缩小的倍数;
  3. 修复Magick导出图片的命名;
  4. 下拉列表支持内置(伪)命令

1.7.2 Release

21 Mar 10:50
Compare
Choose a tag to compare
  1. 当realsr-ncnn收到的scale参数的对应模型文件不存在时,自动修正为存在模型的scale
  2. 同步real-cugan的上游仓库的更新(修正cpu模式4倍放大错误的问题,修正图片边缘的瑕疵问题,修正在目录处理模式下可能的gpu显存不足问题)
  3. 统一打印realsr/realcugan保存图片所用的时间,减少等待的焦虑

1.7.1

17 Mar 14:30
Compare
Choose a tag to compare

Tips.

  1. 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
  2. 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 path CupscaleData\bin\pth2ncnn, use pth2ncnn.exe to convert a .pth files to ncnn format. Rename the models folder with the prefix of models-Real- or models-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

1.7 Release

16 Mar 13:53
Compare
Choose a tag to compare
  1. 在设置界面增加使用CPU的开关(只有waifu2x-ncnn和realsr-ncnn支持切换)
  2. 增加导出文件格式选择
  3. 引入magick处理图像
  4. 调整UI,优化命令调用

1.6.1 Release

12 Mar 15:55
Compare
Choose a tag to compare
  1. 为resize-ncnn增加bicubic算法、类似Lanczos类似的sinc算法avir/lancir,
  2. 为resize-ncnn增加小数倍数缩放支持
  3. 在GUI中增加extraCommand的设置
  4. 完善waifu2x的支持(如需使用waifu2x,请从 https://github.com/nihui/waifu2x-ncnn-vulkan/releases/ 下载waifu2x-ncnn模型,并放置到手机上;通过编辑extraCommand或者直接输入命令,来完成调用

1.6

09 Mar 15:04
Compare
Choose a tag to compare
1.6
  1. 增加Resize-NCNN,计划内置nearest/邻近bilinear/两次线性bicubic/两次立方三种经典放大(interpolation/插值)算法,目前bicubic/两次立方没有实装。
  2. 在GUI程序中增加开关:工作时保持屏幕常亮

1.5 Release

04 Mar 13:13
Compare
Choose a tag to compare
  1. 优化UI
  2. 在设置界面增加恢复默认参数、低配参数的选项。
  3. 解决realsr2倍放大带alpha通道的png时,处理结果为空白的问题