mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
- Updated the recipe saving logic to accept a workflow JSON input instead of individual fields like name, tags, and metadata. - Implemented parsing of the workflow to extract generation parameters and Lora stack, improving the recipe creation process. - Enhanced error handling for missing workflow data and invalid Lora formats. - Removed deprecated code related to individual field handling, streamlining the recipe saving functionality. - Updated the front-end widget to send the workflow JSON directly, simplifying the data preparation process.