Extensions/ComfyUI_SimpleBridgeNode
ComfyUI Extension

ComfyUI_SimpleBridgeNode

This node can store a route with a chosen ID then load it anywhere in the workflow. Goal it to make linking less messy in my taste.

By XchanBik·Created about a year ago·Updated about a year ago· 0
XchanBik/ComfyUI_SimpleBridgeNode
Nodes3
On cloudLocal install
CategoryXchanBik/Text, XchanBik/Bridge
Stars0
Updatedabout a year ago
Readme

Custom ComfyUI Node: SimpleBridgeNode

Overview

This repository provides a custom node for ComfyUI designed to facilitate the storage and retrieval of data with dynamic typing. The BridgeStoreNode allows users to store arbitrary data with a unique ID, and the BridgeLoadNode allows the data to be retrieved later using that ID. The data is stored along with its type, and the UI provides a dropdown to select the key for retrieval.

Key Features:

  • Store arbitrary data with a unique ID.
  • Retrieve data dynamically using a stored ID from a dropdown.
  • Automatic type handling ensures proper output wiring in the UI.
  • Customizable node pack can be reused in different workflows.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/enhanced-bridge-node.git