Overview

The Playbook Text node allows users to input and manipulate text data within ComfyUI. It supports optional trigger words that can be processed alongside the main text input.

🛠️ Node Configuration

Inputs

NameTypeRequiredDefaultDescription
idSTRING“Node ID”Unique identifier for the node.
labelSTRING“Node Label”Label for the node.
default_valueSTRINGNoneDefault text value (optional).
trigger_wordsSTRINGNoneAdditional keywords to associate with the text.

Outputs

NameTypeDescription
textSTRINGThe processed text output.
trigger_wordsSTRINGAssociated trigger words.

⚙️ Functionality

  • Outputs both a main text value and trigger words.
  • If default_value is set, it will return that as text output.
  • Uses hashlib.sha256 for unique change detection.