I didn't see the requirement to install cv in the requirements file, but I did see the requirement to install av. However, the final error is related to cv. How can I resolve this issue?
Error occurred when executing D_HalloNode:
F:\ComfyUI-aki-v1.3\temp\hallo_dolgq.mp4 could not be loaded with cv.
File "F:\ComfyUI-aki-v1.3\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "F:\ComfyUI-aki-v1.3\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "F:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo\nodes.py", line 174, in inference
(width, height, target_frame_time) = next(gen)
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo\nodes.py", line 36, in cv_frame_generator
raise ValueError(f"{video} could not be loaded with cv.")
I didn't see the requirement to install cv in the requirements file, but I did see the requirement to install av. However, the final error is related to cv. How can I resolve this issue?
Error occurred when executing D_HalloNode:
F:\ComfyUI-aki-v1.3\temp\hallo_dolgq.mp4 could not be loaded with cv.
File "F:\ComfyUI-aki-v1.3\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "F:\ComfyUI-aki-v1.3\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "F:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo\nodes.py", line 174, in inference
(width, height, target_frame_time) = next(gen)
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo\nodes.py", line 36, in cv_frame_generator
raise ValueError(f"{video} could not be loaded with cv.")