Package Details: waifu2x-ncnn-vulkan-git 20210521.r0.g4981ffc-1

Git Clone URL: https://aur.archlinux.org/waifu2x-ncnn-vulkan-git.git (read-only, click to copy)
Package Base: waifu2x-ncnn-vulkan-git
Description: waifu2x converter ncnn version, runs fast on intel / amd / nvidia GPU with vulkan
Upstream URL: https://github.com/nihui/waifu2x-ncnn-vulkan
Licenses: MIT
Conflicts: waifu2x-ncnn-vulkan, waifu2x-ncnn-vulkan-bin
Provides: waifu2x-ncnn-vulkan
Submitter: salviati
Maintainer: PumpkinCheshire
Last Packager: PumpkinCheshire
Votes: 7
Popularity: 0.001860
First Submitted: 2019-07-20 00:31 (UTC)
Last Updated: 2021-05-28 03:18 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

ipha commented on 2020-01-15 01:14 (UTC)

good catch, fixed.

Iglu47 commented on 2020-01-13 16:38 (UTC)

was 'add upconv_7_photo model' https://github.com/nihui/waifu2x-ncnn-vulkan/commit/b373ce2ec7184959e3b9bea985a90ab1964d1f87
but it's not pick into package after build - pls fix it

--- PKGBUILD_old    2020-01-13 19:02:49.638479000 +0300
+++ PKGBUILD    2020-01-13 19:11:14.357340893 +0300
@@ -54,4 +54,7 @@
     for f in models-upconv_7_anime_style_art_rgb/*; do
         install -Dm 644 "$f" ${pkgdir}/usr/share/waifu2x-ncnn-vulkan/"$f"
     done
+    for f in models-upconv_7_photo/*; do
+        install -Dm 644 "$f" ${pkgdir}/usr/share/waifu2x-ncnn-vulkan/"$f"
+    done
 }

ipha commented on 2019-08-21 15:38 (UTC)

Fixed!

lilydjwg commented on 2019-08-21 14:17 (UTC)

Could you update the dependencies?

depends=('vulkan-icd-loader' 'vulkan-driver') makedepends=('git' 'cmake' 'ncnn-git')

ncnn-git is only needed while building, and vulkan-driver must be installed for it to actually work.

katt commented on 2019-08-01 11:57 (UTC)

Models are installed to /usr/share/models instead of /usr/share/waifu2x-ncnn-vulkan