was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

Text Concatenate - How to use \n as a delimiter?

Open ghostsquad opened this issue 1 year ago • 1 comments

I tried using \n and after reading the code, \\n as a delimiter, and it always just prints the literal string \n or \\n instead. Am I doing something wrong?

https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/WAS_Node_Suite.py#L10113

ghostsquad avatar May 22 '24 16:05 ghostsquad

There is no line break option on it currently that I am aware of. I recently encountered this with LLMs and had to just include the line break in my first text and concatenate by space, oof.

I'll look into improving it soon ish.

WAS-PlaiLabs avatar May 23 '24 15:05 WAS-PlaiLabs