Confused and lost comfyUI newby #2967
Unanswered
savagepope
asked this question in
Q&A
Replies: 2 comments
-
the same question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to ask to here: https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! i am trying to use ComfyUI to do effects on videos. I imported a video, with a custom workflow, and every time i click "Queue Prompt" i get this error message:
Error occurred when executing VHS_LoadVideo:
No frames generated
File "C:\Users\Owner\Downloads\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Owner\Downloads\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Owner\Downloads\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Owner\Downloads\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 183, in load_video
return load_video_cv(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Owner\Downloads\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 133, in load_video_cv
raise RuntimeError("No frames generated")
Queue size: 0
please help! i am confused and don't know anything about coding.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions