EasyLoraSwitcher(loraSwitcher)
EasyLoraSwitcher (loraSwitcher) is a node from the ComfyUI-Easy-Use package, placed in the EasyUse/Loaders category.
lora Switcher
Description
EasyLoraSwitcher (loraSwitcher) is a node from the ComfyUI-Easy-Use package, placed in the EasyUse/Loaders category. In the updated source signature it exposes no graph inputs and returns two outputs: a LORA_STACK and an UNKNOWN output. It is intended for workflows that need a LoRA-stack value available at a point in the graph without requiring an upstream selection.
Inputs
None.
This node currently declares no required inputs, optional inputs, or widget parameters. It can be added directly to a workflow as an independent source-style node.
Outputs
-
LORA_STACK— The primary output. It carries a LoRA stack for downstream nodes that acceptLORA_STACKinputs, such as LoRA loaders or stack combiners. Connect this output when you need a LoRA stack value in the graph. -
UNKNOWN— A second output whose declared type is unknown/dynamic. In ComfyUI, anUNKNOWNoutput is typically treated as a wildcard type. Its exact runtime value is not described by the current source facts; leave it disconnected unless you know the specific value produced by the node implementation.
Usage Notes
- The main use of this node is the
LORA_STACKoutput; theUNKNOWNoutput can normally be ignored. - Since there are no inputs, this node does not depend on upstream nodes and can be used as a fixed source of
LORA_STACKdata. - If your workflow expects a
MODELorCLIPoutput from a LoRA loader, note that this node’s declared outputs areLORA_STACKandUNKNOWN, notMODEL/CLIP. - For versions or forks where the node source changes, verify the actual value of the
UNKNOWNoutput from the node definition or source; the type name alone is not enough to determine what it contains.
Comments
Sign in with GitHub to join the discussion.