HolyWu / vs-dpir

DPIR function for VapourSynth
MIT License
32 stars 3 forks source link

Make TensorRT dependencies optional #33

Closed rlaphoenix closed 1 year ago

rlaphoenix commented 1 year ago

https://github.com/HolyWu/vs-dpir/blob/b517f75f7892dd5c98583289462b9e34eaf04c4c/vsdpir/__init__.py#L9

If you do not want to use TensorRT, and do not have TensorRT installed, then continuing is not possible. The same goes for the torch_tensorrt imports.