Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine two text prompts seamlessly for AI art prompts with a comma separator for readability and effectiveness.
The PromptComposerMerge
node is designed to help you seamlessly combine two separate text prompts into a single, cohesive string. This node is particularly useful for AI artists who want to merge different elements or ideas into one prompt, enhancing the creative possibilities and streamlining the prompt creation process. By using this node, you can effortlessly concatenate two strings with a comma separator, ensuring that your combined prompt is both readable and effective for AI models. This functionality is essential for creating complex and nuanced prompts that can guide AI-generated art in more specific and detailed directions.
text_a
is the first string input that you want to merge. This parameter is required and must be provided for the node to function. It represents the initial part of the combined prompt. The value should be a string that you want to include in the final merged prompt.
text_b
is the second string input that you want to merge. This parameter is also required and must be provided for the node to function. It represents the latter part of the combined prompt. The value should be a string that you want to include in the final merged prompt.
text_out
is the resulting string after merging text_a
and text_b
. This output parameter provides the combined prompt, which includes both input strings separated by a comma. This merged string can then be used as a single prompt for AI models, enabling more complex and detailed instructions.
text_a
and text_b
are meaningful and relevant to the prompt you are creating. This will help in generating more coherent and effective AI art.text_a
parameter is not provided.text_a
parameter before executing the node.text_b
parameter is not provided.text_b
parameter before executing the node.text_a
and text_b
are strings. If you are using variables, ensure they are of the string type.© Copyright 2024 RunComfy. All Rights Reserved.