REAL-Video-Enhancer icon indicating copy to clipboard operation
REAL-Video-Enhancer copied to clipboard

Which version is the fastest reasoning?

Open lgthappy opened this issue 1 year ago • 1 comments

Hello, I have some questions: I would like to know which version of the model is recommended if I want to complete the x2 video frame filling as fast as possible? Is it possible to achieve real-time results by converting to tensorrt, and how many milliseconds does it take per frame? Do you have any related code?

lgthappy avatar Sep 18 '24 10:09 lgthappy

4.6 or 4.22-lite(if you are on the alpha 3 build) TensorRT is the fastest inference method, but it has to build an engine at every unique resolution you render at. It mostly depends on your GPU if you will receive real time results.

TNTwise avatar Sep 18 '24 12:09 TNTwise