mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
- 在applyLoraValuesToText函数中添加激活状态检查 - 如果LoRA的active属性为false,则跳过该LoRA - 保持向后兼容性:当active属性未定义或为null时,默认视为激活状态 - 确保只有用户选中的LoRA会被应用到工作流文本中