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

meta batch + video combine fails #276

Open
dskill opened this issue Aug 17, 2024 · 2 comments
Open

meta batch + video combine fails #276

dskill opened this issue Aug 17, 2024 · 2 comments

Comments

@dskill
Copy link

dskill commented Aug 17, 2024

I figured out how to use meta batch to load larger videos and process them in sections, which is great. However, when I use meta batch, the video combine node always generates videos of 0 bytes, and I get an error at the very end of my job (after all the meta batches have processed).

Right now I've added an additional Save Image node so that I can just manually stitch the final frames together as a workaround.

Here is the error:

!!! Exception during processing!!! 'gifs'
Traceback (most recent call last):
  File "c:\src\ComfyUI\execution.py", line 152, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\src\ComfyUI\execution.py", line 109, in get_output_data
    ui = {k: [y for x in uis for y in x[k]] for k in uis[0].keys()}
                                      ~^^^
KeyError: 'gifs'

@rocky533
Copy link

Meta batch will generate nothing in video combine until the end of a run of all batches.

2nd. ummm gifs... i dont know the error TBH. But save a MP4. Not gif for batches it does not work with them. I dont think it works for any animated image format. Use MP4

@dskill
Copy link
Author

dskill commented Aug 21, 2024 via email

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

2 participants