ComfyUI > Nodes > Basic data handling > is connected

ComfyUI Node: is connected

Class Name

Basic data handling: IsConnected

Category
Basic/flow control
Author
StableLlama (Account age: 861days)
Extension
Basic data handling
Latest Updated
2026-05-07
Github Stars
0.04K

How to Install Basic data handling

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

is connected Description

Determines if a node's input is connected to an output, returning a boolean for connectivity status.

is connected:

The IsConnected node is designed to determine whether an input is connected to another node's output within a node-based system. This node is particularly useful in scenarios where you need to verify the connectivity status of a node's input, ensuring that data flow is properly established. By returning a boolean value, it provides a straightforward way to check if an input is actively linked to an output, which can be crucial for managing control flow and ensuring that subsequent operations are executed only when necessary connections are in place. This functionality is essential for maintaining the integrity of data processing pipelines, especially in complex node-based environments where the presence or absence of connections can significantly impact the execution flow.

is connected Input Parameters:

input

The input parameter is an optional parameter that accepts any type of data. Its primary function is to serve as the point of connection that the node checks for connectivity. If the input is connected to another node's output, it will not be None, and the node will return True. Conversely, if the input is not connected, it will be None, and the node will return False. This parameter does not have specific minimum, maximum, or default values, as it is designed to accept any data type, reflecting the flexible nature of node connections in a data flow system.

is connected Output Parameters:

is_connected

The is_connected output parameter is a boolean value that indicates the connectivity status of the input. If the input is connected to another node's output, this parameter will return True, signifying that the connection is established. If the input is not connected, it will return False, indicating the absence of a connection. This output is crucial for decision-making processes within a node-based system, as it allows you to conditionally execute further operations based on the presence or absence of connections.

is connected Usage Tips:

  • Use the IsConnected node to verify connections before executing operations that depend on input data, ensuring that your workflow only proceeds when necessary connections are established.
  • Integrate the IsConnected node in complex node setups to manage control flow effectively, preventing errors that may arise from attempting to process unconnected inputs.

is connected Common Errors and Solutions:

Input is None

  • Explanation: This error occurs when the input parameter is not connected to any output, resulting in a None value.
  • Solution: Ensure that the input parameter is properly connected to an output from another node. Check the connections in your node setup to verify that all necessary links are established.

Unexpected Output Type

  • Explanation: This issue arises when the input parameter receives a data type that is not expected or compatible with subsequent nodes.
  • Solution: Verify that the data type of the input is compatible with the nodes it connects to. Adjust the data flow or use conversion nodes to ensure compatibility.

is connected Related Nodes

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

is connected