Text Concatenate - How to use \n as a delimiter? \nand after reading the code,\\nas a delimiter, and it always just prints the literal string\nor\\ninstead. Am I doing something wrong?
This pack helps to conveniently control text in complex prompt-builder type workflows. Load/Read Prompts from .CSV; Concatenate large amounts of text; Use string input as ANY type. Requires pythongosssss custom scripts - ez-af/ComfyUI-EZ-AF-Nodes
@@ -9481,7 +9481,8 @@ def text_concatenate_list(self, list_a, list_b=None, list_c=None, list_d=None): return (text_list,) # Text List Concatenate Node # Text List Node class WAS_Text_List: def __init__(self): @@ -9491,9 +9492,9 @@ def __init__(self): def INPUT...