Yuvraj Seegolam
Yuvraj Seegolam
Hi, it might be a conflict with other modules, not really sure try renaming the file to `trt_utilities.py` and replace the imports in export_trt.py -> `from trt_utilities import Engine` and...
Unfortunately, I have no idea what's causing this issue /: Last resort, add this to the top of `export_trt.py` ``` import sys sys.path.append("C:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Upscaler-Tensorrt") ```
nice looks like you're out of gpu memory /:
unfixable
After some testing, I found out only models with ESRGAN architecture are working. I need to investigate this issue
not sure what's wrong, might be new updates to video helper suites breaking it, or the input video doesn't have an audio Does the default whisper workflow works? (https://github.com/yuvraj108c/ComfyUI-Whisper/blob/master/example_workflows/whisper_video_subtitles_workflow.json)
ok i'll test it out soon & report back
Ensure that the node is updated properly and the video has an audio The models are automatically installed by the node
Try again with latest version and reopen issue if error persists