🪠️ WWAA JoinString

WWAA_BuildString

Combines a string with defined prefix and suffix text. Originally designed to build LoRA strings for inclusion into prompts, for example creating '<lora:Name:1>' where prefix is '<lora:' and suffix is ':1>'. Useful for any string concatenation needs.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
pre_textSTRINGrequired
input_textSTRINGrequired
post_textSTRINGrequired

Outputs (1)

NameType
Joined StringSTRING