Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
513 stars 90 forks source link

Error occurred when executing VHS_LoadVideoPath: "...“ could not be loaded with cv #138

Closed Morty9269 closed 7 months ago

Morty9269 commented 7 months ago

Error occurred when executing VHS_LoadVideoPath:

"F:\AIGC\v2vtest\test.mp4" could not be loaded with cv.

File "F:\AIGC\comfyui\execution.py", line 154, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AIGC\comfyui\execution.py", line 84, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AIGC\comfyui\execution.py", line 77, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AIGC\comfyui\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 187, in load_video return load_video_cv(kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AIGC\comfyui\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 52, in load_video_cv raise ValueError(f"{video} could not be loaded with cv.")

The path is correct.

Morty9269 commented 7 months ago

Fixed it! The correct path way is f://AIGC/v2vtest/test.mp4