N00MKRAD
66bc4b557a
Cleaner alpha extraction/merging
2021-01-30 13:14:57 +01:00
N00MKRAD
712f336acd
Remove alpha interp frames after merging into rgb frames
2021-01-27 21:05:49 +01:00
N00MKRAD
2c872629fb
Added alpha support to RIFE-NCNN
2021-01-27 14:29:49 +01:00
N00MKRAD
3710de3fb9
Added alpha support to DAIN-NCNN
2021-01-27 14:20:27 +01:00
N00MKRAD
80225b6f1c
Cleaner RIFE NCNN recursion code
2021-01-27 12:04:22 +01:00
N00MKRAD
40e63fe51d
Improved alpha support
2021-01-27 11:41:05 +01:00
N00MKRAD
86e27a4041
Only loop output if loop is on, fix SBS frame extraction not clearing, more
...
Improved Interpolate.Cleanup() with retries
minOutVidLength now defaults to 5s instead of 0s
Frames filenameMap now uses zeropadding value from Padding class
2021-01-26 16:45:02 +01:00
N00MKRAD
b5d3d9b07e
Improved AI process error handling
2021-01-21 12:07:17 +01:00
N00MKRAD
55d13a3458
Better error handling for DAIN OOM
2021-01-21 11:50:31 +01:00
N00MKRAD
61aa0c40b8
Re-added DAIN, integrated into model downloader
2021-01-21 11:39:08 +01:00
N00MKRAD
8e868331d8
Added TTA (NCNN) config option, updated 3070 benchmarks
2021-01-20 20:24:46 +01:00
N00MKRAD
fdf62ff547
Fixed progress FPS being inf
2021-01-19 00:53:00 +01:00
N00MKRAD
ec5f494be6
Alpha support for GIFs/PNGs (no ncnn support atm)
2021-01-18 15:32:45 +01:00
N00MKRAD
706859f6ea
Downscaling ("max video size") now also works for folder inputs
2021-01-15 15:07:40 +01:00
N00MKRAD
2a9c7a79a9
Fixed single quote in filename not working
2021-01-14 14:52:21 +01:00
N00MKRAD
9aa0b14f3c
Added support for running different models
2021-01-14 00:03:01 +01:00
N00MKRAD
8d2aa66cf7
Fixed NCNN progress bar bug, removed DAIN/CAIN code
2021-01-13 22:50:34 +01:00
N00MKRAD
561aca4eee
Cleanup in inference script, other minor changes
2021-01-13 15:47:05 +01:00
N00MKRAD
8ea1848818
Fixed AutoEncode getting stuck when using scn+magickdedup
2021-01-11 11:45:38 +01:00
N00MKRAD
124aa6bfb4
Check GIF max framerate, minor QOL & logging improvements
2021-01-07 12:15:13 +01:00
N00MKRAD
dc9035caa1
Fixed broken autoenc performance fix lol, some cleanup
2021-01-07 11:02:43 +01:00
N00MKRAD
c845cbc15d
Fixed GIF timestamp import causing slowdown, fix autoenc logging always running
2021-01-06 23:33:00 +01:00
N00MKRAD
abdc846fd3
Fixed problem with printing autoenc log
2021-01-06 22:51:04 +01:00
N00MKRAD
36c8a17dff
Print ffmpeg log while waiting for autoenc to finish
2021-01-06 21:44:09 +01:00
N00MKRAD
e519e90966
Fixed progress bar in SBS not working correctly
2021-01-05 23:13:29 +01:00
N00MKRAD
49d74f31ce
Updated RIFE-NCNN, added UHD mode for NCNN, fixed autoenc flaw
2021-01-05 17:23:37 +01:00
N00MKRAD
98f8448a75
Fixed GIF encoding, updated RIFE-NCNN to latest version + 1.7 model
2021-01-05 14:10:57 +01:00
N00MKRAD
33f8a2b7c9
Compress python runtime, fix autoencode problems with dupes
2021-01-04 14:27:34 +01:00
N00MKRAD
a226e3f352
Get frame count async and cache it using checksum
2020-12-27 22:52:14 +01:00
N00MKRAD
3e190bb05c
minor logging improvements
2020-12-21 15:03:31 +01:00
N00MKRAD
38e4156bb8
Fixed UHD threshold with video downscale
2020-12-21 14:22:12 +01:00
N00MKRAD
3a77cf422f
Scene Detect works with img seq output, better progress UI for chained interps
2020-12-20 21:25:34 +01:00
N00MKRAD
6947bd3e6c
Added RIFE UHD mode support, RTX 3070 (cudnn8005) benchmarks
2020-12-17 23:26:25 +01:00
N00MKRAD
ecde4a1570
Check for RIFE script, cancel if not found
2020-12-12 20:25:03 +01:00
N00MKRAD
770deff022
Open python installation page if module is missing
2020-12-10 17:59:11 +01:00
N00MKRAD
f82797154b
Handle Vulkan "invalid gpu device" and "vkAllocateMemory failed" errors
2020-12-10 16:46:30 +01:00
N00MKRAD
c14cacc7d0
Fixed JPEG support with new RIFE code and AutoEnc
2020-12-10 16:37:33 +01:00
N00MKRAD
57195ebf71
Fixed NCNN tilesize/threads args for multi-gpu
2020-12-10 16:10:52 +01:00
N00MKRAD
129a8b02d4
Fixed last interp frame not being encoded, limit dedupe cache to 1000 frames
2020-12-09 14:32:43 +01:00
N00MKRAD
e807f174c0
Patreon CSV parser, better py err handling, WIP: Deprecation of Pkg Mgr
2020-12-07 22:10:58 +01:00
N00MKRAD
4d2da35727
Fixed bad ffmpeg encoding for 4x/8x, fixed autoenc option, minor ux improv
2020-12-06 20:29:47 +01:00
N00MKRAD
ffe669280e
Fixed scene detection, removed cain tilesize, autoenc option, loop times fix
2020-12-06 18:49:53 +01:00
N00MKRAD
ec0ce21f45
Removed firstframefix, fixed autoenc with multi iteration interp, zero padding fixes
2020-12-04 16:53:39 +01:00
N00MKRAD
0fb7b2cca3
Fixed autoenc problem, RunRifeCuda now works with old and new scripts
2020-12-03 14:53:18 +01:00
N00MKRAD
becc579376
StepByStep fixes (firstframefix, multiple runs, ...), more err handling for SBS
2020-12-02 00:44:43 +01:00
N00MKRAD
1b015f4eec
WIP: StepByStep fixes to be able to re-use existing files, dynamically use AutoEnc
...
+ faster thumbnai (single frame) extraction using lower png compression
+ some null checks & cancel checks
2020-12-01 16:54:12 +01:00
N00MKRAD
d223351fe6
Optmized timecode generation, UI/UX improvs, finished autoencode mode
2020-11-30 20:32:33 +01:00
N00MKRAD
74c057b8e9
Python runtime is selected by default if system pytorch was not found
2020-11-27 15:56:55 +01:00
N00MKRAD
c1caa7bb77
Fix audio with VFR encodes, add WMV to format whitelist, better ascii char warning
2020-11-26 23:47:09 +01:00
N00MKRAD
192d4422fa
Avoid error when cancelling chained interp, fixed vfrMode cfg entry, ncnn threads for all
2020-11-26 20:52:11 +01:00