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

after updating, comes up a error not happen the day before #338

Open
jasoncow007 opened this issue Dec 13, 2024 · 7 comments
Open

after updating, comes up a error not happen the day before #338

jasoncow007 opened this issue Dec 13, 2024 · 7 comments

Comments

@jasoncow007
Copy link

image

!!! Exception during processing !!!
Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.2\execution.py", line 323, 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 "D:\ComfyUI-aki-v1.2\execution.py", line 198, 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 "D:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 408, in combine_video
video_format = apply_format_widgets(format_ext, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 90, in apply_format_widgets
assert(w[0][0] in kwargs)
^^^^^^^^^^^^^^^^^
AssertionError

@AustinMroz
Copy link
Collaborator

The update included changes to javascript code. You need to refresh the page in order for those changes to actually apply.

@rishipandey125
Copy link

I am having the same issue

@zejacky
Copy link

zejacky commented Dec 14, 2024

I have the same issue, using the same workflow which worked 2 days ago.

!!! Exception during processing !!!
Traceback (most recent call last):
File "C:\ComfyUI\execution.py", line 323, 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 "C:\ComfyUI\execution.py", line 198, 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 "C:\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "C:\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 408, in combine_video
video_format = apply_format_widgets(format_ext, kwargs)
File "C:\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 90, in apply_format_widgets
assert(w[0][0] in kwargs)
AssertionError

@zejacky
Copy link

zejacky commented Dec 14, 2024

It seems this is a problem with format. I have this error only with video/h264-mp4. Doesn't happen if I choose video/h265-mp4.

@zejacky
Copy link

zejacky commented Dec 14, 2024

It seems this is a problem with format. I have this error only with video/h264-mp4. Doesn't happen if I choose video/h265-mp4.

After updating the latest Comfyui, it works again.

@saaldigital-cw
Copy link

Is there still a bug? With video/h265-mp4 it is fine but i want to use video/h264-mp4
Even if use the latest Comfyui-Version (v0.3.7) i still get an error

@longsack
Copy link

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants