AmusementClub / vs-mlrt

Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet and more!)
GNU General Public License v3.0
273 stars 18 forks source link

Which package(s) are needed for VSTRT? #45

Closed sofakng closed 1 year ago

sofakng commented 1 year ago

I apologize for the question, but what package(s) are needed for VSTRT (TensorRT backend) ?

For example, the nightly build assets show the file [VSTRT-Windows-x64.nightly.7z] which I've extracted into my VapourSynth plugins directory.

However, when I run vsmlrt.py it complains about failing to preload vsmlrt-cuda files, etc.

Do I need additional packages besides VSTRT?

WolframRhodium commented 1 year ago

Yes, you also need vsmlrt-cuda.nightly.7z.

sofakng commented 1 year ago

Thanks very much!