Skip to content

Unable to install in latest version of ComfyUI 0.3.44 #64

@Eshinio

Description

@Eshinio

After having done a completely clean ComfyUI install with the latest version, I am unable to install Upscaler Tensorrt, it keep giving an import failed error, which is the one below:

Traceback (most recent call last):
  File "E:\AI\ComfyUI v4\ComfyUI\nodes.py", line 2124, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "E:\AI\ComfyUI v4\ComfyUI\custom_nodes\ComfyUI-Upscaler-Tensorrt\__init__.py", line 6, in <module>
    from .trt_utilities import Engine
  File "E:\AI\ComfyUI v4\ComfyUI\custom_nodes\ComfyUI-Upscaler-Tensorrt\trt_utilities.py", line 32, in <module>
    import tensorrt as trt
ModuleNotFoundError: No module named 'tensorrt'

I have attempted "Try fix" and to change version, but it makes no difference. More info:
ComfyUI: 0.3.44
Python: 3.12.10
Pytorch: 2.7.1
Windows 10

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions