Image & Video

comfyui-lora-FindingLora - a Lora Loader with fuzzy search, one click chaining, bookmarks and triggers.

Stop wrestling with LoRA loaders—this node automates search, stacking, and trigger words.

Deep Dive

Managing dozens of LoRAs in ComfyUI has always been painful: the stock loader offers a flat dropdown with basic search, stacking requires dragging out separate nodes and manually re-wiring model connections, and trigger words are easily forgotten. Developer shootthesound felt this friction every day, so they built 'Finding LoRA'—a custom node that reimagines the entire experience.

The node introduces a fuzzy search modal that ranks substring matches above scattered ones; typing 'kase' instantly brings 'character_kasey_v3.safetensors' to the top. Bookmarks persist globally and sync live across every instance of the node on a canvas. Each bookmark optionally stores a trigger phrase, which is emitted as a STRING output for easy injection into CLIPTextEncode. The killer feature is one-click chaining: a button spawns a duplicate node, automatically splices it into the model line, and reroutes downstream MODEL connections—no more tedious re-wiring. Both pickers use a proper modal with keyboard navigation. Available via GitHub or ComfyUI Manager.

Key Points
  • Fuzzy search that ranks substring matches over scattered ones, so typing 'kase' instantly surfaces a specific LoRA.
  • Persistent bookmarks synced across all Finding LoRA nodes on the canvas, including optional trigger word storage with click-to-copy output.
  • One-click chaining that spawns a new node and automatically splices it into the model pipeline, rerouting downstream connections.

Why It Matters

Eliminates hours of manual node management for AI artists stacking multiple LoRAs in ComfyUI.