comfy-trt-test icon indicating copy to clipboard operation
comfy-trt-test copied to clipboard

ModuleNotFoundError: No module named 'comfy_trt'

Open OliviaOliveiira opened this issue 1 year ago • 9 comments

Hey there! So I've tried to install it all on portable comfyui with python_embeded python.exe, and when I try to interract with convert_unet.py, it always keeps saying ModuleNotFoundError: No module named 'comfy_trt', which is, well, weird...

C:\ComfyUI_BLYAT\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable>python_embeded\python.exe ComfyUI\custom_nodes\comfy-trt-test\convert_unet.py --help Traceback (most recent call last): File "C:\ComfyUI_BLYAT\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-trt-test\convert_unet.py", line 13, in from comfy_trt.exporter import export_onnx, export_trt ModuleNotFoundError: No module named 'comfy_trt'

Yet the nodes themselves are there, and there aren't any mistakes in the console...

OliviaOliveiira avatar Dec 04 '23 18:12 OliviaOliveiira