-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
The update included changes to javascript code. You need to refresh the page in order for those changes to actually apply. |
I am having the same issue |
I have the same issue, using the same workflow which worked 2 days ago. !!! Exception during processing !!! |
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. |
Is there still a bug? With video/h265-mp4 it is fine but i want to use video/h264-mp4 |
Same issue |
!!! 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
The text was updated successfully, but these errors were encountered: