mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Updated the logic in ExifUtils to first identify KSampler nodes and store references to positive and negative prompt nodes. - Added a helper function to follow these references and extract text content from CLIP Text Encode nodes. - Implemented a fallback mechanism to extract prompts using traditional methods if references are not available. - Improved code readability with additional comments and structured handling of node data.