Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge two text prompts seamlessly for AI artists to enhance creativity and flexibility in prompt crafting.
The SeargePromptCombiner
node is designed to seamlessly merge two separate text prompts into a single, cohesive prompt. This node is particularly useful for AI artists who want to combine different ideas, styles, or instructions into one prompt for more complex and nuanced outputs. By providing a simple yet effective way to concatenate prompts with a customizable separator, it enhances the flexibility and creativity of prompt crafting. The main goal of this node is to streamline the process of prompt combination, ensuring that both prompts are integrated smoothly, whether both are provided or only one is available.
prompt1
is the first text input that you want to combine. This parameter accepts a string and can be multiline, allowing for detailed and extensive prompts. If only prompt1
is provided and prompt2
is empty, the output will be just prompt1
. The default value is an empty string.
separator
is the string that will be used to join prompt1
and prompt2
. This parameter is a single-line string and allows you to define how the two prompts are connected, such as with a comma, space, or any other character. The default value is ", "
.
prompt2
is the second text input that you want to combine with prompt1
. Similar to prompt1
, this parameter accepts a string and can be multiline. If only prompt2
is provided and prompt1
is empty, the output will be just prompt2
. The default value is an empty string.
The combined prompt
is the resulting string after prompt1
and prompt2
have been concatenated using the specified separator
. If both prompts are provided, they will be joined by the separator. If only one prompt is provided, the output will be that single prompt. This output is crucial for generating complex and detailed instructions for AI models.
prompt1
and prompt2
are empty, resulting in an empty combined prompt.prompt1
or prompt2
) contains text to generate a meaningful output.separator
parameter is not a valid string.separator
is a valid, non-empty string to properly combine the prompts.© Copyright 2024 RunComfy. All Rights Reserved.