FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting

This commit is contained in:
n00mkrad
2022-07-22 01:26:47 +02:00
parent 9213e79abb
commit f587f70c56
4 changed files with 42 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ namespace Flowframes.Data
{
get
{
return new List<AI> { rifeCuda, rifeNcnnVs, rifeNcnn, flavrCuda, dainNcnn, xvfiCuda, /* ifrnetNcnn */ };
return new List<AI> { rifeCuda, rifeNcnnVs, rifeNcnn, flavrCuda, dainNcnn, xvfiCuda, ifrnetNcnn };
}
}