Skip to content

Releases: tumuyan/RealSR-NCNN-Android

1.7.10

13 Aug 11:14

Choose a tag to compare

Add Real-CUGAN-pro models

1.7.9

07 Aug 08:53

Choose a tag to compare

  1. share image to RealSR ( as input)
  2. share output image to others App
  3. save image to gallery after processing

1.7.8

24 Jul 05:31

Choose a tag to compare

  1. Add menu items
  2. Move the command to reduce image resolution from the model spinner to the menu

1.7.7-2

17 Jul 04:59

Choose a tag to compare

  1. Remove RealSR models from APK assests to reduce the APK file size (156MB -> 102MB). You could download models-RealSR.zip models-ESRGAN.zip models-waifu2x and unzip them to Path for custom models
  2. Load custom models sort by name
  3. Upgrade magick to 7.1.0-41
  4. 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

26 Jun 06:22

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

Choose a tag to compare

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

1.7.4

26 Apr 09:25

Choose a tag to compare

  1. 同步上游仓库waifu2x-ncnn的20220419更新
  2. 增加realesrganv3模模型(并设为默认模型)
  3. 升级ncnn版本为20220420

1.7.3 Release

25 Mar 16:21

Choose a tag to compare

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

1.7.2 Release

21 Mar 10:50

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

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