You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rgthree] Using rgthree's optimized recursive execution.
The video has 25 frames per second.
221 frames have been extracted from the video and saved in C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)
MoviePy - Writing audio in C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)\audio.mp3
MoviePy - Done.
images_limit 0
[ WARN:[email protected]] global loadsave.cpp:248 cv::findDecoder imread_('C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)\0000001.png'): can't open/read file: check file path/integrity
!!! Exception during processing!!! 'NoneType' object has no attribute 'shape'
Traceback (most recent call last):
File "C:\Users\Usuário\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\video_node_advanced.py", line 474, in encode
width, height = calc_resize_image(FRAMES[0], size, resize_by)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\video_node_advanced.py", line 159, in calc_resize_image
height, width = image.shape[:2]
^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'
Prompt executed in 0.76 seconds
The text was updated successfully, but these errors were encountered:
[rgthree] Using rgthree's optimized recursive execution.
The video has 25 frames per second.
221 frames have been extracted from the video and saved in C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)
MoviePy - Writing audio in C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)\audio.mp3
MoviePy - Done.
images_limit 0
[ WARN:[email protected]] global loadsave.cpp:248 cv::findDecoder imread_('C:\Users\Usuário\ComfyUI\temp\n-suite\frames_out\VIDEO IA 01 (5)\0000001.png'): can't open/read file: check file path/integrity
!!! Exception during processing!!! 'NoneType' object has no attribute 'shape'
Traceback (most recent call last):
File "C:\Users\Usuário\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\video_node_advanced.py", line 474, in encode
width, height = calc_resize_image(FRAMES[0], size, resize_by)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Usuário\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\video_node_advanced.py", line 159, in calc_resize_image
height, width = image.shape[:2]
^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'
Prompt executed in 0.76 seconds
The text was updated successfully, but these errors were encountered: