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>
- output_text_1
- output_text_2
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| editable_text_widget_1 | STRING | Widget 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_2 | STRING | Widget 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. | — |
| action | COMBO | use_input | 2 options: use_input, use_edit_mute_input |
| input_text_1opt | STRING | — | |
| input_text_2opt | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_text_1 | STRING | — |
| output_text_2 | STRING | — |