From c56cd923d307348f4be9381f479b86a604665aba Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 27 Apr 2021 04:46:52 +0300 Subject: [PATCH] setup: add installer for waifu2x-converter-cpp --- setup/Anime4K.sh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/setup/Anime4K.sh b/setup/Anime4K.sh index 956aed3..82f37a2 100755 --- a/setup/Anime4K.sh +++ b/setup/Anime4K.sh @@ -4,27 +4,19 @@ # Need cmake, libopencv4-devel, ocl-icd-devel, libgomp-devel git clone https://github.com/TianZerl/Anime4KCPP.git cd Anime4KCPP || exit 1 - mkdir build && cd build cmake .. -make - +make -j4 cp -f bin/Anime4KCPP_CLI ~/.local/bin/ - cd ../.. -echo " -" - # ----------------- Anime4K shaders ---------------------- # echo "Version of Anime4K shaders: " | tr -d '\n' # 3.1 read -r version - mkdir shaders && cd shaders curl -fLo Anime4K.zip https://github.com/bloc97/Anime4K/releases/download/${version}/Anime4K_v${version}.zip unzip Anime4K.zip && rm Anime4K.zip cd .. - cp -rfv shaders ~/.config/mpv/ # ------------------- PyWrapper -------------------------- # @@ -32,6 +24,16 @@ cp -rfv shaders ~/.config/mpv/ git clone https://github.com/ThoughtfulDev/Anime4K.git ~/.local/bin/Anime4K-PyWrapper cp -rfv shaders ~/.local/bin/Anime4K-PyWrapper/ +# ----------------- waifu2x-converter-cpp ---------------- # +# Need opencv4 (binary), ocl-icd-devel, cmake (and cuda if using Nvidia) +git clone https://github.com/DeadSix27/waifu2x-converter-cpp +cd waifu2x-converter-cpp || exit 1 +mkdir build && cd build +cmake .. +make -j4 +cp -f waifu2x-converter-cpp ~/.local/bin/ +cd ../.. + # ------------------ Video2X ----------------------------- # # Read the `requirements.txt`. # Change the config file video2x.yaml (we don't use Windows)