ComfyUI > Nodes > ComfyUI 1hewNodes > String Join Multi

ComfyUI Node: String Join Multi

Class Name

1hew_StringJoinMulti

Category
1hewNodes/text
Author
1hew (Account age: 1113days)
Extension
ComfyUI 1hewNodes
Latest Updated
2026-04-17
Github Stars
0.03K

How to Install ComfyUI 1hewNodes

Install this extension via the ComfyUI Manager by searching for ComfyUI 1hewNodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI 1hewNodes 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

String Join Multi Description

Joins multiple strings with custom separators, filtering out empty lines and comments.

String Join Multi:

The 1hew_StringJoinMulti node is designed to facilitate the joining of multiple strings into a single cohesive output. This node is particularly useful when you need to combine various text inputs while applying specific filters and separators. It offers the flexibility to filter out empty lines and comments, ensuring that the resulting string is clean and formatted according to your preferences. By allowing you to specify a custom separator, this node provides a powerful tool for text manipulation, making it an essential component for tasks that require dynamic string construction. Its ability to handle multiple inputs and apply filters makes it a versatile choice for AI artists looking to streamline their text processing workflows.

String Join Multi Input Parameters:

filter_empty_line

This parameter is a boolean input that determines whether empty lines should be filtered out from the input strings. When set to True, any empty lines in the input will be ignored, resulting in a more concise output. The default value is False, meaning empty lines will be included unless specified otherwise.

filter_comment

This boolean input allows you to filter out lines that are comments. If set to True, lines starting with a # or enclosed in triple quotes (either """ or ''') will be excluded from the output. This is particularly useful for cleaning up code or text that includes comments. The default value is False, so comments will be included unless this option is enabled.

separator

The separator parameter is a string input that specifies the delimiter used to join the input strings. You can customize this to any string, such as a newline (\n), tab (\t), or any other character sequence. The default separator is a newline (\n), which means each input string will be joined on a new line unless a different separator is specified.

input

This string input serves as a placeholder for additional text that can be inserted into the output. It allows you to dynamically include extra content within the joined string by using the {input} placeholder in the input strings. The default value is an empty string, meaning no additional text will be inserted unless specified.

String Join Multi Output Parameters:

string

The output parameter string is the final result of the node's execution. It is a single string that combines all the input strings, filtered and joined according to the specified parameters. This output is crucial for tasks that require a consolidated text output, providing a clean and formatted string ready for further processing or display.

String Join Multi Usage Tips:

  • Use the filter_empty_line and filter_comment options to clean up your input strings, especially when dealing with code or text files that contain unnecessary whitespace or comments.
  • Customize the separator to match the format you need for your output, whether it's a simple space, a comma, or a more complex delimiter like a newline or tab.
  • Leverage the input parameter to dynamically insert additional content into your output string, making it adaptable to different contexts or requirements.

String Join Multi Common Errors and Solutions:

Missing Input Strings

  • Explanation: If no input strings are provided, the node will not have any content to join, resulting in an empty output.
  • Solution: Ensure that you provide at least one input string for the node to process.

Invalid Separator

  • Explanation: Using an invalid or unsupported separator may lead to unexpected results in the output string.
  • Solution: Verify that the separator is a valid string and correctly formatted, especially if using escape sequences like \n or \t.

Incorrect Placeholder Usage

  • Explanation: If the {input} placeholder is used incorrectly or not defined, it may not be replaced as expected in the output.
  • Solution: Ensure that the input parameter is correctly set and that the placeholder {input} is used properly within the input strings.

String Join Multi Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI 1hewNodes
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.

String Join Multi