Description
This request might be too onerous to satisfy given the enormous amount of LoRA loaders that are out there.
I'd argue that, at minimum, two main loaders could be supported: the default ComfyUI one, and the Efficiency Loader
node, which many users adopt to simplify their workflows.
Or, perhaps, there's a non-resource-intensive way, to read the loaded LoRA model name, no matter what type of node does the operation?
For example:
The LoRA Info
node could accept any input coming from a LoRA loading node and, if connected in that way, it would search for the LoRA model information accordingly.
In the following situation, I would link a random output from the Efficiency Loader
node (let's say Model
, or VAE
) to the input of LoRA Info
, and the latter would do its job.

I've seen this trick used by rghtree in nodes like Fast Bypasser, so maybe it's possible.
In any way, thank you for considering my request.