Giter Club home page Giter Club logo

Comments (6)

jags111 avatar jags111 commented on June 30, 2024 1

I am having the same issue after the updates
2024-04-11 22:05:09,677- root:180- ERROR- Traceback (most recent call last):
File "D:\AI\comfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\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 "D:\AI\ComfyUI\custom_nodes\ComfyUI-0246\utils.py", line 381, in new_func
res_value = old_func(*final_args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\comfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 364, in combine_video
output_process.send(image.tobytes())
File "D:\AI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 118, in ffmpeg_process
proc.stdin.write(frame_data)
OSError: [Errno 22] Invalid argument

from comfyui-videohelpersuite.

AustinMroz avatar AustinMroz commented on June 30, 2024

I believe I have a reproduction for this and am looking into it. On Windows, I get the same error in saving to files or folders which start with the letter t or T even though logging is showing these paths to be properly escaped.

from comfyui-videohelpersuite.

AustinMroz avatar AustinMroz commented on June 30, 2024

I've found and pushed a fix for the issue I was able to reproduce. Let me know if this fixes it for you.

from comfyui-videohelpersuite.

Rpk247 avatar Rpk247 commented on June 30, 2024

I reinstalled comfyUI and other requirement files and Nodes. But,
Still got an same error..
Please elaborate the steps i need to do. I'm beginner for this..

from comfyui-videohelpersuite.

AustinMroz avatar AustinMroz commented on June 30, 2024

Unfortunately, I'm not sure. I can provide more insight on what I know, but I don't have any current guess for what the actual issue could be and the issue I was able to solve seems entirely unrelated to the issue both of you are facing.

The line that throws the error is misleading. The actual error occurs on line 114 because of something unknown that is wrong with the value of m_args + [filepath]. Contrary to my initial prediction, the escaping performed seems to be robust so the issue is most likely to lie in one of the three paths contained in the command.

Could you check if:

  • You're able to save output in the 'image/gif' format?
  • You still see the issue when save_metadata is unchecked?
  • You still see the issue if you toggle save_output?

from comfyui-videohelpersuite.

Rpk247 avatar Rpk247 commented on June 30, 2024

Yes, i can save image/gif formats
No save metadata & save output issues

from comfyui-videohelpersuite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.