Nodes/Y7Nodes for ComfyUI/Y7 Catch and Edit Text (Dual)
ComfyUI Node

Y7 Catch and Edit Text (Dual)

Catch and Edit Text (Dual)<div style="font-size: 0.8em"><div id="Y7_shortdesc" style="margin-bottom: 15px;">Catches text from two separate inputs making them editable</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;">This node acts as a receiver and editor for text sent from two sources.</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;">action widget:</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 20px; font-size: 12px;">- use_input: pass the input text as it without modification.</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 20px; font-size: 12px;">- use_edit_mute_input: pass the edited text in the widget and mute the source node of the input(s).</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;"></div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;">Based on the original CatchEditTextNode by ImagineerNL</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;">https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils</div></div><div style="font-size: 0.8em"><div style="margin-bottom: 8px; margin-left: 0px; font-size: 12px;">If you just need one text input then I recommend using his original node.</div></div>

By yushan777·Created about a year ago·Updated 23 days ago· 7
Y7 Catch and Edit Text (Dual)
    • output_text_1
    • output_text_2
    editable_text_widget_1Widget 1: Catches and shows text from 'input_text_1'. Enables editing the text for subsequent runs. Output is controlled by 'action' below. - Use Input: Outputs the connected text, updates this view. - Use Edit & Mute Input: Outputs the (edited) text from this widget, mutes input node 1.
    editable_text_widget_2Widget 2: Catches and shows text from 'input_text_2'. Enables editing the text for subsequent runs. Output is controlled by 'action' below. - Use Input: Outputs the connected text, updates this view. - Use Edit & Mute Input: Outputs the (edited) text from this widget, mutes input node 2.
    actionuse_input
    input_text_1
    input_text_2
    CategoryY7Nodes/utils

    Inputs (5)

    NameTypeDefaultDescription
    editable_text_widget_1STRINGWidget 1: Catches and shows text from 'input_text_1'. Enables editing the text for subsequent runs. Output is controlled by 'action' below. - Use Input: Outputs the connected text, updates this view. - Use Edit & Mute Input: Outputs the (edited) text from this widget, mutes input node 1.
    editable_text_widget_2STRINGWidget 2: Catches and shows text from 'input_text_2'. Enables editing the text for subsequent runs. Output is controlled by 'action' below. - Use Input: Outputs the connected text, updates this view. - Use Edit & Mute Input: Outputs the (edited) text from this widget, mutes input node 2.
    actionCOMBOuse_input2 options: use_input, use_edit_mute_input
    input_text_1optSTRING
    input_text_2optSTRING

    Outputs (2)

    NameTypeDescription
    output_text_1STRING
    output_text_2STRING