Visit ComfyUI Online for ready-to-use ComfyUI environment
Simplify combining text prompts with optional separator for AI artists, enhancing prompt structure and coherence.
The easy promptConcat
node is designed to simplify the process of combining multiple text prompts into a single cohesive string. This node is particularly useful for AI artists who need to merge different pieces of text seamlessly, ensuring that their creative prompts are well-structured and coherent. By providing an easy-to-use interface, the easy promptConcat
node allows you to specify two separate prompts and an optional separator, which will be inserted between the two prompts. This functionality is essential for creating complex and detailed prompts without manually concatenating strings, thus saving time and reducing the potential for errors.
prompt1
is the first text string that you want to concatenate. This parameter is essential as it forms the initial part of the combined prompt. The input should be a single-line string, and it is required to provide a value for this parameter. The default value is an empty string (""
), but you can input any text you wish to use as the first part of your prompt.
prompt2
is the second text string that you want to concatenate with prompt1
. Similar to prompt1
, this parameter is also essential and should be a single-line string. It is required to provide a value for this parameter to complete the concatenation process. The default value is an empty string (""
), but you can input any text you wish to use as the second part of your prompt.
separator
is an optional parameter that allows you to specify a string to be inserted between prompt1
and prompt2
. This can be useful for adding spaces, commas, or any other characters that help in structuring the combined prompt. The input should be a single-line string, and the default value is an empty string (""
). If no separator is provided, prompt1
and prompt2
will be concatenated directly without any additional characters in between.
The prompt
output parameter is the resulting concatenated string formed by combining prompt1
, separator
, and prompt2
. This output is a single-line string that represents the final, merged prompt. The importance of this output lies in its ability to provide a well-structured and coherent text prompt that can be used directly in your AI art projects.
separator
parameter.prompt1
and prompt2
are meaningful and relevant to each other to maintain the coherence of the final prompt.separator
parameter to add special characters or formatting that might be required for specific AI models or applications.prompt1
or prompt2
prompt1
or prompt2
is not provided, as both are required for the concatenation process.prompt1
and prompt2
parameters before executing the node.separator
separator
parameter is not a string.separator
parameter is a single-line string. If you are using special characters, ensure they are properly formatted as a string.prompt1
, prompt2
, and separator
to ensure they are correctly specified. Adjust the separator
if necessary to achieve the desired formatting.© Copyright 2024 RunComfy. All Rights Reserved.