mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-07 06:20:15 -03:00
When using full path lora syntax, the context menu (single/bulk) and bulk copy actions were passing only the file basename to buildLoraSyntax(), ignoring the folder prefix. This caused the output to look like legacy A1111 format even when full path mode was enabled. Aligns all entry points with ModelCard.handleSendToWorkflow(), which correctly includes the folder prefix. Also fixes selectAllVisibleModels() to cache the folder field, preventing missing prefix on select-all-then-send flows.