String Switch (Arctenox's Essentials)

ArctenoxStringSwitch

Toggle between two STRING values. Outputs: • selected – the active string (A or B depending on toggle) • discarded – the inactive string (useful for logging/debugging) Use Cases: • Swap between two prompt variants without rewiring • Toggle a LoRA list on/off by switching between the list and "" • A/B compare different model names fed into Save Image With Metadata

Pack: Arctenoxs-Essentials_ComfyUI

custom_nodes.Arctenoxs-Essentials_ComfyUI

Inputs (3)

NameTypeRequired
use_string_aBOOLEANrequired
string_aSTRINGrequired
string_bSTRINGrequired

Outputs (2)

NameType
selectedSTRING
discardedSTRING