realcugan-ncnn-vulkan icon indicating copy to clipboard operation
realcugan-ncnn-vulkan copied to clipboard

real-cugan converter ncnn version, runs fast on intel / amd / nvidia / apple-silicon GPU with vulkan

Results 30 realcugan-ncnn-vulkan issues
Sort by recently updated
recently updated
newest added

注意到原仓库针对 pro 模型写了个神秘变换先把 RGB 通道缩到了 [0.15, 0.85] 而不是 [0, 1] 再扔进神经网络…… https://github.com/bilibili/ailab/blob/2799af78ef105b414cc4b796c67c8511acdcdf6f/Real-CUGAN/upcunet_v3.py#L1274

Hello! I may have found a security issue in latest version of realcugan-ncnn-vulkan . Following responsible disclosure, is there an email or other private channel where I could share the...

is it possible to uses streams as in reading inputs from stdin and output to stdout ?

我使用 ``/realcugan-ncnn -i /sdcard/DCIM/early_{2}/{f+1}.png -o /sdcard/DCIM/early_{4}/{f+1}.png -m models-pro -n 3 -s 2 `` (里面的大括号是Python字符串处理中的东西,不用管) 来进行超分 但在进行到16倍或者是32倍的时候 出现了如下图所示的色彩混乱 ![Screenshot_20230727_110205_bin mt plus](https://github.com/nihui/realcugan-ncnn-vulkan/assets/107548029/2216b677-1288-4072-a682-b36e55ac5482) 分辨率在右上角 termux-info如下 `termux-info Termux Variables: TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APP__AM_SOCKET_SERVER_ENABLED=true TERMUX_APP__APK_PATH=/data/app/~~ZoeDIZzR4ZKp8TJX8Pk6IA==/com.termux-PhdHZRYbHQYbKtYdPvpoGQ==/base.apk TERMUX_APP__APK_RELEASE=UNKNOWN TERMUX_APP__FILES_DIR=/data/user/0/com.termux/files...

![image](https://user-images.githubusercontent.com/82561200/198865868-f07cd670-7140-4729-9486-f70d2e158cc3.png) With low thread counts it just simply exits silently without any output result. With higher thread counts, it reports `vkAllocateMemory failed -10`. Checking through AMD driver panel, VRAM was...

As in ncnn: https://github.com/Tencent/ncnn/blob/7573faae526cb650faaacf82edc8e48de407afdb/cmake/ncnnConfig.cmake.in#L21-L37

This isn't issue for technically but I don't know where to make so I made here... Enlarges to x2(default) and uses model models-pro, and add "x2" to the end of...

Excuse me,How does this model predict the effect of 3D realistic style pictures

Hi. It shows the help in the command line, It shows any error with file extension, etc. But when I want to really do something, nothing happens. No output, no...

I built the source and everything was successfull. But when trying to run, it shows me errors: ` ./realcugan-ncnn-vulkan -i 0.jpg -s 2 -n 1 -x -o output.png` ``` [0...