ComfyUI > Nodes > ComfyUI_XISER_Nodes > Dynamic Image Inputs

ComfyUI Node: Dynamic Image Inputs

Class Name

XIS_DynamicImageInputs

Category
XISER_Nodes/Data_Processing
Author
grinlau18 (Account age: 944days)
Extension
ComfyUI_XISER_Nodes
Latest Updated
2026-03-20
Github Stars
0.03K

How to Install ComfyUI_XISER_Nodes

Install this extension via the ComfyUI Manager by searching for ComfyUI_XISER_Nodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI_XISER_Nodes 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

Dynamic Image Inputs Description

Efficiently processes dynamic image inputs, outputting them as a list for flexible handling.

Dynamic Image Inputs:

The XIS_DynamicImageInputs node is designed to efficiently handle and process multiple image inputs dynamically. This node is particularly beneficial for scenarios where the number of images to be processed is not fixed, allowing for a flexible and scalable approach to image data handling. By collecting all connected images and outputting them as a list, it simplifies the workflow for AI artists who need to manage varying numbers of images without manually adjusting the input configuration each time. This dynamic capability ensures that users can seamlessly integrate multiple image sources into their projects, enhancing productivity and creativity without the need for extensive technical adjustments.

Dynamic Image Inputs Input Parameters:

image_1

This parameter represents the first image input, which is optional. It serves as the initial entry point for images into the node. The node is designed to dynamically handle additional images beyond this initial input, up to a maximum of 20 images. The flexibility of this input allows users to start with a single image and expand as needed, without predefined constraints on the number of images. This parameter is crucial for initiating the dynamic input process, enabling the node to adapt to varying project requirements.

Dynamic Image Inputs Output Parameters:

image_list

The image_list output parameter is a collection of all images that have been input into the node. This list is dynamically generated based on the images connected to the node, providing a consolidated output that can be used in subsequent processing steps. The importance of this output lies in its ability to streamline workflows by aggregating multiple images into a single, manageable list. This output is particularly useful for tasks that require batch processing or simultaneous manipulation of several images, offering a cohesive and organized approach to image handling.

Dynamic Image Inputs Usage Tips:

  • To maximize the flexibility of the XIS_DynamicImageInputs node, start by connecting a single image and gradually add more as your project demands increase. This approach allows you to take full advantage of the node's dynamic capabilities without overwhelming your initial setup.
  • Ensure that all images connected to the node are in a compatible format, such as torch.Tensor, to prevent processing errors and maintain a smooth workflow.

Dynamic Image Inputs Common Errors and Solutions:

Image input is not a tensor

  • Explanation: This error occurs when the input image is not in the expected torch.Tensor format, which is necessary for processing within the node.
  • Solution: Convert your image to a torch.Tensor format before connecting it to the node. This can often be done using image processing libraries that support tensor conversion.

No images collected

  • Explanation: This error indicates that no images were successfully collected by the node, possibly due to all inputs being None or improperly formatted.
  • Solution: Verify that at least one image is connected and properly formatted as a torch.Tensor. Check your connections and ensure that the images are correctly linked to the node inputs.

Dynamic Image Inputs Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI_XISER_Nodes
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.

Dynamic Image Inputs