-
Notifications
You must be signed in to change notification settings - Fork 37
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
OSError: [Errno 22] Invalid argument #41
Comments
writing 24 #scenes_video [0] ['K:\ComfyUI-aki-v1\temp\live_portrait_00000.mp4'] Prompt executed in 37.66 seconds |
writing 1008
Dump to K:\ComfyUI-aki-v1\temp\live_portrait_00000.mp4
#scenes_video [0] ['K:\ComfyUI-aki-v1\temp\live_portrait_00000.mp4']
total_frame_count 1008
Using fallback file for extremely long metadata: 7919798/32567
!!! Exception during processing !!! [Errno 22] Invalid argument
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1\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 "K:\ComfyUI-aki-v1\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 "K:\ComfyUI-aki-v1\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "K:\ComfyUI-aki-v1\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI-aki-v1\custom_nodes\comfyui-mixlab-nodes\nodes\Video.py", line 805, in run
self.save_with_tempfile(args, metadata_args[1], file_path, frames, env)
File "K:\ComfyUI-aki-v1\custom_nodes\comfyui-mixlab-nodes\nodes\Video.py", line 689, in save_with_tempfile
proc.stdin.write(frame.tobytes())
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered: