mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Added 4x/8x support for RIFE-NCNN, added CFR/VFR option
This commit is contained in:
@@ -133,6 +133,8 @@ namespace Flowframes
|
||||
if (Config.GetInt("dedupMode") == 1)
|
||||
await MagickDedupe.Run(framesPath);
|
||||
|
||||
if (canceled) return;
|
||||
|
||||
if (Config.GetInt("timingMode") == 1 && Config.GetInt("dedupMode") != 0)
|
||||
await VfrDedupe.CreateTimecodeFile(framesPath, Config.GetBool("enableLoop"), interpFactor, firstFrameFix);
|
||||
|
||||
@@ -161,7 +163,7 @@ namespace Flowframes
|
||||
await AiProcess.RunRifeCuda(framesPath, interpFactor);
|
||||
|
||||
if (ai.aiName == Networks.rifeNcnn.aiName)
|
||||
await AiProcess.RunRifeNcnn(framesPath, outpath, interpFactor, tilesize);
|
||||
await AiProcess.RunRifeNcnnMulti(framesPath, outpath, tilesize, interpFactor);
|
||||
}
|
||||
|
||||
public static async void GetProgressByFrameAmount(string outdir, int target)
|
||||
|
||||
Reference in New Issue
Block a user