mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 18:59:26 +01:00
FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user