Visit ComfyUI Online for ready-to-use ComfyUI environment
Concatenate multiple text strings into a single, cohesive string with clean and readable formatting.
The LayerUtility: TextJoin node is designed to concatenate multiple text strings into a single, cohesive string. This node is particularly useful when you need to combine various pieces of text data into one output, making it easier to manage and utilize in subsequent processes. By joining the provided text inputs with a comma and space, it ensures a clean and readable format for the combined text. This node is ideal for scenarios where you need to aggregate text from different sources or inputs, streamlining the process of text manipulation and preparation.
This is the primary text input parameter. It accepts a single line of text (STRING) and is required for the node to function. The text provided here will be the first part of the concatenated output.
This is an optional text input parameter. It accepts a single line of text (STRING). If provided, this text will be included in the concatenated output following text_1
.
This is an optional text input parameter. It accepts a single line of text (STRING). If provided, this text will be included in the concatenated output following text_2
.
This is an optional text input parameter. It accepts a single line of text (STRING). If provided, this text will be included in the concatenated output following text_3
.
The output parameter is a single string (STRING) that contains the concatenated result of all provided text inputs. The texts are joined together with a comma and space, ensuring a clear and readable format. This output can be used in further text processing or displayed as needed.
text_1
parameter is required for the node to function, and it was not provided.text_1
parameter.© Copyright 2024 RunComfy. All Rights Reserved.