Catch and Edit Text (IMGNR)

CatchEditTextNode

IMGNRoutput node

Catches text from input and displays it the textbox. Allows you to pause/block the upstream node and edit the text manually for subsequent runs. Ideal for saving on unneeded resources or api calls to tweak LLM Output prompts. Modes: - Use Input: Passes the connected input to output. Updates the textbox with the input. - Use_edit_mute_input: Ignores the input signal. Outputs the text currently in the textbox. - Use_edit_BLOCK_inputnode: Actively prevents the previous node from executing. Uses the widget text. Use statuscolor toggle to show mode on node header.

Pack: ComfyUI-IMGNR-Utils

custom_nodes.ComfyUI-IMGNR-Utils

Inputs (4)

NameTypeRequired
editable_text_widgetSTRINGrequired
actionCOMBOrequired
use_status_colorBOOLEANrequired
input_textSTRINGoptional

Outputs (1)

NameType
STRINGSTRING