Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile tool for processing multiple text strings with embedded tokens, streamlining complex text manipulations.
The Text String node is designed to handle and process multiple text strings simultaneously, making it a versatile tool for text manipulation tasks. This node allows you to input up to four different text strings, which it then processes to parse any embedded tokens. The primary benefit of this node is its ability to handle multiple text inputs in a single operation, streamlining workflows that involve complex text manipulations. By parsing tokens within the text, it ensures that any dynamic or placeholder content is appropriately resolved, making it particularly useful for generating dynamic prompts or preparing text for further processing in AI art projects.
This parameter accepts a single text string as input. It is the primary text that will be processed by the node. The default value is an empty string, and it does not support multiline input. This parameter is essential for the node's operation as it forms the base text that will be parsed for tokens.
This optional parameter allows you to input a second text string. Like the primary text parameter, it is processed to parse any embedded tokens. The default value is an empty string, and it does not support multiline input. This parameter is useful when you need to handle multiple text strings in a single operation.
This optional parameter allows you to input a third text string. It functions similarly to the text and text_b parameters, parsing any tokens within the text. The default value is an empty string, and it does not support multiline input. This parameter provides additional flexibility for handling multiple text inputs.
This optional parameter allows you to input a fourth text string. It is processed in the same way as the other text parameters, with the node parsing any tokens within the text. The default value is an empty string, and it does not support multiline input. This parameter is useful for scenarios where you need to manage and process multiple text strings simultaneously.
This output parameter returns the processed version of the primary text input, with all tokens parsed and resolved. It is essential for verifying the final text after token parsing.
This output parameter returns the processed version of the second text input, with all tokens parsed and resolved. It allows you to see the final text after token parsing for the second input.
This output parameter returns the processed version of the third text input, with all tokens parsed and resolved. It provides the final text after token parsing for the third input.
This output parameter returns the processed version of the fourth text input, with all tokens parsed and resolved. It shows the final text after token parsing for the fourth input.
© Copyright 2024 RunComfy. All Rights Reserved.