Commit Graph

111 Commits

Author SHA1 Message Date
n00mkrad
54fb84de23 AI info button, custom MessageBox form 2022-07-23 14:43:57 +02:00
n00mkrad
f587f70c56 FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting 2022-07-22 01:26:47 +02:00
n00mkrad
760a187dfe AI Class/Constructor revamp 2022-07-21 10:08:53 +02:00
n00mkrad
9be08deb4c ifrnet-ncnn-vulkan implementation test 2022-07-21 09:30:59 +02:00
n00mkrad
dce0e827ab Frame counting is reliable now 2022-07-20 21:48:30 +02:00
n00mkrad
d96513ed4b Backported MediaFile stuff from Nmkoder 2022-07-20 18:10:31 +02:00
n00mkrad
5590657eb2 Fix Pytorch again 2022-07-06 21:53:32 +02:00
n00mkrad
9f9263bf3b Better implementation/networks references (all vs available) 2022-07-06 10:40:41 +02:00
n00mkrad
c8744f26f9 Proper pytorch check 2022-07-04 10:14:31 +02:00
n00mkrad
16aef55e64 VS RT: Dynamic seek step, OSD 2022-06-09 00:30:58 +02:00
n00mkrad
eb174ade38 rt test 2022-06-04 12:43:48 +02:00
n00mkrad
6a81962cab Fixed functions needed for img sequences not running, fixed loop frame count with sequences 2022-06-01 16:23:00 +02:00
n00mkrad
9ea9ec0875 Basic support for RIFE-NCNN-VS 2022-05-31 22:17:22 +02:00
n00mkrad
dadf2193be Fix output FPS not using fractional factor 2022-04-22 10:34:59 +02:00
n00mkrad
62944cdb48 Avoid running out of precision when multiplying input fps with interp factor by using long 2022-04-20 05:36:49 +02:00
n00mkrad
6e70d89cd5 Frame order file creation now works with fractional factors, loop also works, scene detect does not 2022-04-07 14:20:28 +02:00
n00mkrad
2599331301 Automatically convert custom interp factor input to valid factor for model/AI 2022-04-06 20:48:47 +02:00
n00mkrad
2db247f8ec Allow fractional factor input (WIP: Disallow for FLAVR/RIFE-CUDA) 2022-04-05 23:22:09 +02:00
n00mkrad
9978629116 Fix encoding tiling args 2021-11-24 21:08:29 +01:00
n00mkrad
694d8f5de0 Adjust code for RIFE 3.9 2021-11-24 13:48:04 +01:00
n00mkrad
6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad
dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad
8fe9c86429 Fraction is now based on long instead of int to avoid multiplication problems 2021-09-28 18:27:22 +02:00
n00mkrad
8b5f5541ad Backported GetVideoInfo from Nmkoder 2021-09-14 18:18:41 +02:00
n00mkrad
b1f4ff3c4c Auto/EU/US server selection in settings 2021-09-07 18:03:13 +02:00
n00mkrad
316adecefc Removed autoDedupFrames, cleanup, Servers.cs backport from Installer 2021-09-07 14:51:53 +02:00
N00MKRAD
5d763fdcd9 Move to new domain 2021-08-31 16:14:05 +02:00
N00MKRAD
5eac7dd356 Server manager with ping check, better error handling for missing model files 2021-08-31 15:57:48 +02:00
n00mkrad
9b72b88526 Store backend in AI Implementation struct 2021-08-31 00:09:47 +02:00
n00mkrad
e61258ce32 Allow alpha with ProRes 4444(xq), fix forced yuv420p with ProRes 2021-08-30 10:36:07 +02:00
N00MKRAD
c835a199a5 Slowmo options, UI improvements 2021-08-28 10:21:52 +02:00
n00mkrad
9433269813 Case-sensitive rename operation (2/2) 2021-08-23 16:50:18 +02:00
n00mkrad
2c14fa9515 Case-sensitive rename operation (1/2) 2021-08-23 16:49:40 +02:00
n00mkrad
08661b68eb initialize AI list directly 2021-08-22 20:26:08 +02:00
n00mkrad
1c01d40a54 Added 3x/5x/6x/7x for DAIN NCNN 2021-08-22 19:59:41 +02:00
n00mkrad
3dec8b9093 Read supported interp factors from Implementation/AI class 2021-08-15 14:33:03 +02:00
n00mkrad
71b02a39de XVFI test 2021-08-15 11:37:41 +02:00
n00mkrad
b1b60ecc69 Rename Networks => Implementations 2021-08-15 11:10:18 +02:00
n00mkrad
feafd57eda Fixed BT470M color transfer not working 2021-07-25 23:22:54 +02:00
N00MKRAD
eef5f0354a Add text to model description if it supports alpha 2021-06-17 22:14:35 +02:00
N00MKRAD
1fc7f21936 Native alpha support with RIFE 3.5 2021-06-15 16:16:44 +02:00
N00MKRAD
3a4ec732e1 Store backup suffix in Paths.cs 2021-06-06 14:38:15 +02:00
N00MKRAD
e251a9d1f9 Fixed JPEG frames being used while alpha was true 2021-05-24 22:28:39 +02:00
N00MKRAD
0371d8a41a Refresh import frame extensions before extracting 2021-05-21 15:51:45 +02:00
N00MKRAD
fed3312713 Frame sequence import now ignores invalid files 2021-05-19 16:18:24 +02:00
N00MKRAD
16b199f296 string -> Fraction parsing now has error handling avoiding some problems 2021-05-18 17:04:29 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
ed2a2257ca JSON models now fully integrated, added BackgroundTaskManager 2021-05-17 16:09:19 +02:00
N00MKRAD
6066335722 Load AI models info from JSON 2021-05-17 11:46:49 +02:00
N00MKRAD
77d1ad52ab Config bools for keeping video color space & aspect ratio 2021-05-11 20:20:25 +02:00