EasyUse/Loadersgenerated

EasyLoraSwitcher(loraSwitcher)

EasyLoraSwitcher (loraSwitcher) is a node from the ComfyUI-Easy-Use package, placed in the EasyUse/Loaders category.

lora Switcher

lora_stack
lora_name
Easy Use

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

  1. LORA_STACK — The primary output. It carries a LoRA stack for downstream nodes that accept LORA_STACK inputs, such as LoRA loaders or stack combiners. Connect this output when you need a LoRA stack value in the graph.

  2. UNKNOWN — A second output whose declared type is unknown/dynamic. In ComfyUI, an UNKNOWN output 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_STACK output; the UNKNOWN output 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_STACK data.
  • If your workflow expects a MODEL or CLIP output from a LoRA loader, note that this node’s declared outputs are LORA_STACK and UNKNOWN, not MODEL/CLIP.
  • For versions or forks where the node source changes, verify the actual value of the UNKNOWN output 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.

Loading comments…