You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though all requirements are installed this line of code gives below error
utilities py
import tensorrt as trt
*** Error loading script: trt.py
Traceback (most recent call last):
File "R:\Auto1111_V9\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "R:\Auto1111_V9\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "R:\Auto1111_V9\stable-diffusion-webui\extensions\Stable-Diffusion-WebUI-TensorRT\scripts\trt.py", line 13, in <module>
import ui_trt
File "R:\Auto1111_V9\stable-diffusion-webui\extensions\Stable-Diffusion-WebUI-TensorRT\ui_trt.py", line 18, in <module>
from exporter import export_onnx, export_trt, export_lora
File "R:\Auto1111_V9\stable-diffusion-webui\extensions\Stable-Diffusion-WebUI-TensorRT\exporter.py", line 23, in <module>
from utilities import Engine
File "R:\Auto1111_V9\stable-diffusion-webui\extensions\Stable-Diffusion-WebUI-TensorRT\utilities.py", line 32, in <module>
import tensorrt as trt
File "R:\Auto1111_V9\stable-diffusion-webui\venv\lib\site-packages\tensorrt\__init__.py", line 18, in <module>
from tensorrt_bindings import *
File "R:\Auto1111_V9\stable-diffusion-webui\venv\lib\site-packages\tensorrt_bindings\__init__.py", line 141, in <module>
from .tensorrt import *
ImportError: DLL load failed while importing tensorrt: The specified module could not be found.
Even though all requirements are installed this line of code gives below error
utilities py
import tensorrt as trt
here the venv
The text was updated successfully, but these errors were encountered: