Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] n node comfyui #60

Open
estudioyotta opened this issue May 21, 2024 · 0 comments
Open

[BUG] n node comfyui #60

estudioyotta opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@estudioyotta
Copy link

[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

@estudioyotta estudioyotta added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant