Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-NativeLooping_testing > Accumulation to Batch

ComfyUI Node: Accumulation to Batch

Class Name

_AccumulationToImageBatch

Category
looping/accumulation
Author
kijai (Account age: 2913days)
Extension
ComfyUI-NativeLooping_testing
Latest Updated
2026-06-15
Github Stars
0.02K

How to Install ComfyUI-NativeLooping_testing

Install this extension via the ComfyUI Manager by searching for ComfyUI-NativeLooping_testing
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-NativeLooping_testing in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Accumulation to Batch Description

Consolidates image/mask tensors or dictionaries into a batch for efficient processing in video/image tasks.

Accumulation to Batch:

The _AccumulationToImageBatch node is designed to consolidate a series of image or mask tensors, or latent dictionaries, into a single cohesive batch. This node is particularly useful in scenarios where you need to manage and process multiple frames or iterations of data, such as in video processing or iterative image generation tasks. By accumulating these elements into a batch, it allows for streamlined processing and manipulation, ensuring that the data is handled efficiently and effectively. The node supports various modes of overlap handling, which can be crucial for tasks that require seamless transitions or blending between frames. This capability makes it an essential tool for artists and developers working with complex image sequences or iterative processes, providing a robust solution for managing and optimizing data flow in creative projects.

Accumulation to Batch Input Parameters:

accumulation

The accumulation parameter is the core input for this node, representing the collection of image or mask tensors, or latent dictionaries that you wish to consolidate into a batch. This input is crucial as it forms the basis of the batch that will be processed and output by the node. It allows you to input a diverse range of data types, making the node versatile for various applications.

overlap_frames

The overlap_frames parameter specifies the number of frames that should overlap when accumulating the batch. This is particularly useful in scenarios where you want to create smooth transitions between frames, such as in video processing or animation. The minimum value is 0, indicating no overlap, and there is no explicit maximum value provided, but it should be within the bounds of your data set. The default value is 0, meaning no overlap is applied unless specified.

overlap_mode

The overlap_mode parameter determines how the overlapping frames are handled during the accumulation process. It offers options such as "disabled," "fade_linear," and "fade_smooth," each providing a different method of blending the overlapping frames. The default mode is "disabled," which means no special handling of overlaps is applied. Choosing the right mode can significantly impact the smoothness and quality of transitions in your batch, making it an important parameter for achieving the desired visual effect.

Accumulation to Batch Output Parameters:

result

The result output parameter provides the consolidated batch of images, masks, or latents after processing the input accumulation. This output is crucial as it represents the final product of the node's operation, ready for further processing or use in your project. The result can be used in subsequent nodes or exported for external use, making it a key component in your data processing pipeline.

Accumulation to Batch Usage Tips:

  • To achieve smooth transitions between frames, consider using the fade_linear or fade_smooth overlap modes, especially when working with video or animation sequences.
  • Adjust the overlap_frames parameter based on the complexity and requirements of your project. More overlap can lead to smoother transitions but may require more processing power.
  • Use the accumulation input to experiment with different types of data, such as images, masks, or latents, to explore the node's versatility and find the best fit for your creative needs.

Accumulation to Batch Common Errors and Solutions:

"Invalid overlap mode"

  • Explanation: This error occurs when an unsupported value is provided for the overlap_mode parameter.
  • Solution: Ensure that the overlap_mode is set to one of the supported options: "disabled," "fade_linear," or "fade_smooth."

"Overlap frames exceed data length"

  • Explanation: This error happens when the overlap_frames value is greater than the number of frames available in the accumulation input.
  • Solution: Reduce the overlap_frames value to be within the bounds of your data set, ensuring it does not exceed the total number of frames available.

Accumulation to Batch Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-NativeLooping_testing
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Accumulation to Batch