From 4d9c0866cefa558d54ff6b5428e2c5114ac26a08 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 25 Jun 2019 23:48:22 -0400 Subject: [PATCH] 2.8.0 added support for waifu2x-ncnn-vulkan --- bin/video2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.py b/bin/video2x.py index 6178bf9..9c0ccfe 100644 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -57,7 +57,7 @@ import tempfile import time import traceback -VERSION = '2.7.2' +VERSION = '2.8.0' # each thread might take up to 2.5 GB during initialization. # (system memory, not to be confused with GPU memory)