EasyUse/Utilgenerated

Lora Names(setLoraName)

This node (class setLoraName, part of the ComfyUI-Easy-Use package) provides a simple dropdown utility for selecting a LoRA by name.

set Lora Name

lora_name
lora_name
COMBO
Easy Use

This node (class setLoraName, part of the ComfyUI-Easy-Use package) provides a simple dropdown utility for selecting a LoRA by name. It is intended to be used as a convenient way to feed a LoRA name into other nodes without needing to hard-code the value in multiple places.

Inputs

  • lora_name (COMBO, required): A dropdown list populated with available LoRA names. Select the name of the LoRA you want to reference.

Outputs

  • UNKNOWN: Returns the selected LoRA name. The output type is marked as UNKNOWN in the node definition, so the node may be connected flexibly to downstream inputs that expect a LoRA name string.

Usage Notes

  • Because the output carries the exact string selected in the dropdown, it can be used wherever a LoRA name is expected, such as in a LoRA loader or stacking node.
  • Using the same setLoraName node in multiple places lets you change the LoRA once and update every connection that references it.

Comments

Sign in with GitHub to join the discussion.

Loading comments…