So I understand it was the correct way to do?
Sounds like you made it work, well done!
From what i see if i revert the following step, the old SVP vsmlrt.py file still works for all models including latest 4.17_lite.
Step 5: Edit helpers.py replace line 52
old TensorRT 8.5:
return RIFE(clip,multi,1.0,None,None,None,model_num,backend,ensemble,implementation)
new TensorRT 10.1:
return RIFE(clip,multi,1.0,None,None,None,model_num,backend,ensemble,True,implementation)
And i didn't see any signficant improvements if i replace it with latest vsmlrt.py file from last week:
https://github.com/AmusementClub/vs-mlr … /vsmlrt.py
So for now we can continue using the old file until somebody notices something.