From 88352d6e9fee89da2d414d624f00629000e1d539 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 24 Mar 2019 23:08:21 -0400 Subject: [PATCH] 2.6.3 added image cleaner by @BrianPetkovsek, better exception handling --- README.md | 6 ++++++ bin/video2x.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59319fb..452589d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Component names that are *italicized* can be automatically downloaded and config ## Recent Changes +### 2.6.3 (March 24, 2019) + +- Added image cleaner by @BrianPetkovsek which removes upscaled frames. +- Fixed some PEP8 issues. +- Exceptions in waifu2x are now caught, and script will now stop on waifu2x error instead of keep going on to FFMPEG. + ### 2.6.2 (March 19, 2019) - Removed `--model_dir` verification due to the rapidly evolving number of models added. diff --git a/bin/video2x.py b/bin/video2x.py index e6e72e7..f504211 100644 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -50,7 +50,7 @@ import tempfile import time import traceback -VERSION = '2.6.2' +VERSION = '2.6.3' # each thread might take up to 2.5 GB during initialization. # (system memory, not to be confused with GPU memory)