Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > Rebalance-Pack > Concatenate

ComfyUI Node: Concatenate

Class Name

Concatenate

Category
Rebalance-Pack/foundational
Author
nova452 (Account age: 1390days)
Extension
Rebalance-Pack
Latest Updated
2026-07-30
Github Stars
0.47K

How to Install Rebalance-Pack

Install this extension via the ComfyUI Manager by searching for Rebalance-Pack
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Rebalance-Pack in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Concatenate Description

Merge strings with specified delimiter for efficient text combination in creative projects.

Concatenate:

The Concatenate node is designed to seamlessly merge two strings into a single cohesive text. This node is particularly useful for AI artists and creators who need to combine different pieces of text data efficiently. By allowing you to specify a delimiter, the node provides flexibility in how the strings are joined, whether you want them to be directly connected or separated by a specific character or sequence. This functionality is essential for tasks that involve text generation, formatting, or any scenario where multiple text inputs need to be unified into a single output. The Concatenate node simplifies the process of text manipulation, making it an invaluable tool for creative projects that require dynamic text handling.

Concatenate Input Parameters:

string_a

string_a is the first text input that you want to merge. This parameter can contain any text, and it supports multiline input, allowing you to include paragraphs or longer text blocks. There is no strict minimum or maximum length, but the content should be manageable within your project's scope. The impact of this parameter is directly on the resulting concatenated text, as it forms the initial part of the output.

string_b

string_b is the second text input that you wish to concatenate with string_a. Like string_a, this parameter also supports multiline input, enabling you to include extensive text content. The role of string_b is to provide the additional text that will be appended to string_a, influencing the final output by completing the merged text.

delimiter

The delimiter parameter allows you to specify a character or sequence of characters that will be inserted between string_a and string_b during concatenation. This parameter is not multiline and defaults to an empty string, meaning the texts will be joined directly if no delimiter is specified. The delimiter is crucial for formatting the output, as it defines how the two strings are visually separated or connected.

Concatenate Output Parameters:

output

The output of the Concatenate node is a single string that results from merging string_a and string_b with the specified delimiter. This output is essential for any application where combined text is required, such as generating cohesive narratives, creating formatted documents, or preparing text data for further processing. The output's significance lies in its ability to provide a unified text result that meets the specific formatting needs dictated by the delimiter.

Concatenate Usage Tips:

  • Use the delimiter parameter to add spaces, commas, or other punctuation between string_a and string_b to ensure the output text is readable and well-formatted.
  • When working with multiline text inputs, consider how line breaks will affect the final output and adjust the delimiter accordingly to maintain the desired text structure.

Concatenate Common Errors and Solutions:

TypeError: can only concatenate str (not "NoneType") to str

  • Explanation: This error occurs when one of the input strings (string_a or string_b) is not provided or is None.
  • Solution: Ensure that both string_a and string_b are properly defined and contain valid string data before executing the node.

ValueError: Invalid delimiter

  • Explanation: This error might arise if the delimiter is set to a value that is not compatible with the text processing logic.
  • Solution: Verify that the delimiter is a valid string and does not contain any unsupported characters or sequences. Adjust the delimiter to a simple character or string if necessary.

Concatenate Related Nodes

Go back to the extension to check out more related nodes.
Rebalance-Pack
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Concatenate