mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
2.6.3 added image cleaner by @BrianPetkovsek, better exception handling
This commit is contained in:
parent
1d57c6652e
commit
88352d6e9f
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user