VACE First and Last Frame Workflow Cutting off last frames. #8293
-
Hello, Problem is this workflow somehow causes a discrepancy between input and output frame count.: Frames are set with an Int node, which is also connected to the "length" widget on the WanVaceToVideo node. So it should also have the correct number of frames set. As you can see all frames and masks should be correct: But the output is always missing a few frames, no matter what I set the length to. Any ideas what the problem could be or is it a bug? Output: vace_issue.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
The step size for the length of try: I think I should update the template and add a note about it. I believe that this kind of issue can be resolved once the math nodes are included in the core nodes. |
Beta Was this translation helpful? Give feedback.
The step size for the length of
WanVaceToVideo
should be set to 4. It must be configured in a way that when 1 is subtracted from it, the resulting value is divisible by 4.try:
85/83
73/71
I think I should update the template and add a note about it. I believe that this kind of issue can be resolved once the math nodes are included in the core nodes.