16.12.2022, 20:01
I installed all the packages described in your guide: [INFO] Portable Vapoursynth (Windows) with pytorch&co
But when I try to use RealESRGAN I get the following error:
Failed to evaluate the script:
Python exception: DLL load failed while importing tensorrt: Impossibile trovare la procedura specificata.
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 2819, in vapoursynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 2820, in vapoursynth._vpy_evaluate
File "E:\MEGAsync Downloads\20.000 leghe sotto i mari (2004)\tempPreviewVapoursynthFile18_53_42_947.vpy", line 27, in
from vsrealesrgan import RealESRGAN
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsrealesrgan\__init__.py", line 9, in
import tensorrt
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\tensorrt\__init__.py", line 135, in
from .tensorrt import *
ImportError: DLL load failed while importing tensorrt: The specified procedure could not be found.
In the case it could be useful.
In my previous install (that was working) I was using vsrealesrgan-3.0.0 that is using "onnx" files, while the version currently installed vsrealesrgan-4.0.1 is using "pth" files.
But when I try to use RealESRGAN I get the following error:
Failed to evaluate the script:
Python exception: DLL load failed while importing tensorrt: Impossibile trovare la procedura specificata.
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 2819, in vapoursynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 2820, in vapoursynth._vpy_evaluate
File "E:\MEGAsync Downloads\20.000 leghe sotto i mari (2004)\tempPreviewVapoursynthFile18_53_42_947.vpy", line 27, in
from vsrealesrgan import RealESRGAN
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsrealesrgan\__init__.py", line 9, in
import tensorrt
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\tensorrt\__init__.py", line 135, in
from .tensorrt import *
ImportError: DLL load failed while importing tensorrt: The specified procedure could not be found.
In the case it could be useful.
In my previous install (that was working) I was using vsrealesrgan-3.0.0 that is using "onnx" files, while the version currently installed vsrealesrgan-4.0.1 is using "pth" files.