WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.22k stars 177 forks source link

[feature request] N Text concatenate #260

Closed billbo100 closed 1 year ago

billbo100 commented 1 year ago

Is there anyway to modify Text Concatenate to allow a variable number of inputs? Would look much cleaner if there was a way to only have 2, or to have say 7 without having to chain these nodes together.

WASasquatch commented 1 year ago

That would be front end JS side and I am not deploying JS with WAS-NS currently. Pure python backend only right now.

billbo100 commented 1 year ago

Fair enough. Saw a different custom node (ComfyUI_Dave_CustomNode) do something like it and didn't know how it was done. Taking a quick glance through the code I see that it is implemented in JS.