Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates text input with optional prefixes and suffixes for dynamic text generation in AI art projects.
The TextInputBasic
node is designed to facilitate the input of text data within a node-based workflow. This node allows you to input a string of text, which can be optionally prefixed or suffixed with additional strings. The primary purpose of this node is to provide a flexible and user-friendly way to handle text input, which can be particularly useful in scenarios where dynamic text generation or manipulation is required. By using this node, you can easily concatenate different text segments, making it a valuable tool for creating complex text-based outputs in your AI art projects.
The text
parameter is a required input that accepts a string of text. This is the main body of the text that you want to input into the node. The text can be multiline, allowing for more complex and lengthy inputs. There is no specific minimum or maximum length for this parameter, but it defaults to an empty string if not provided. This parameter is crucial as it forms the core content that will be processed by the node.
The prefix
parameter is an optional input that allows you to add a string at the beginning of the main text. This can be useful for adding consistent starting phrases or keywords to your text. The default value for this parameter is an empty string, and it is set to force input, meaning you must explicitly provide a value if you choose to use it. This parameter helps in customizing the text output by prepending additional content.
The suffix
parameter is an optional input that allows you to add a string at the end of the main text. Similar to the prefix
parameter, this can be useful for appending consistent ending phrases or keywords to your text. The default value for this parameter is an empty string, and it is also set to force input, requiring you to provide a value if you decide to use it. This parameter aids in customizing the text output by appending additional content.
The text
output parameter returns the final concatenated string, which includes the optional prefix and suffix added to the main text. This output is crucial as it provides the processed text that can be used in subsequent nodes or for further manipulation. The returned value is a single string that combines all the input components, offering a flexible and dynamic text output for your projects.
prefix
and suffix
parameters to standardize the beginning and ending of your text inputs, which can be particularly useful for generating consistent prompts or commands.prefix
, text
, and suffix
to create complex and varied text outputs, enhancing the versatility of your AI art projects.text
parameter is not provided, which is a required input for the node to function.text
parameter. Even if it is an empty string, it must be explicitly defined.prefix
or suffix
parameters are given a value that is not a string.prefix
and suffix
are strings. If necessary, convert other data types to strings before inputting them into these parameters.© Copyright 2024 RunComfy. All Rights Reserved.