Boyo LoRA Info Sender
A LoRA dropdown that outputs a filename string, nothing else
- lora_filename
Some nodes need a LoRA name rather than a loaded LoRA - a routing node, an index switcher, a prompt builder that wants the filename as text, or any custom logic where the LoRA is applied elsewhere. Boyo LoRA Info Sender is the minimalist answer: it's a dropdown of every LoRA in your models/loras folder, and its entire job is to output the selected filename as a string.
That's it. No model patching, no strength slider, no noise pairing. The README calls it a "simple dropdown selector that outputs the chosen LoRA filename as a string," and it means it. If you're picturing a node that applies a LoRA, this isn't that - this is the plumbing version that feeds the nodes which do.
The inputs and outputs
- lora_name - the dropdown. It's populated from your loras folder, so anything you see in a standard ComfyUI LoRA loader dropdown appears here too.
- lora_filename (output) - the chosen filename as a STRING, ready to wire into whatever wants it.
Install
Part of Boyonodes. ComfyUI Manager → search "Boyonodes", or:
cd ComfyUI/custom_nodes
git clone https://github.com/DragonDiffusionbyBoyo/Boyonodes
Restart. No extra dependencies.
Where it fits
If a newly added LoRA doesn't show up in the dropdown, restart or refresh - the list is read from the folder when the node initializes, and the pack's other LoRA nodes cache their lists similarly. And if you find yourself needing a path (full file location) instead of just a name, that's what the pack's LoRA Path Forwarder is for; this node deliberately stays name-only.
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| lora_name | COMBO | None | 0 options: |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| lora_filename | STRING | — |