From 92450385d2b657e7ee84eff7a37fdc69fc9468bf Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 2 Apr 2025 20:00:04 +0800 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 635ee647..cd5ae6f7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.3 +* **Enhanced Workflow Parser** - Rebuilt workflow analysis engine with improved support for ComfyUI core nodes and easier extensibility +* **Improved Recipe System** - Refined the experimental Save Recipe functionality with better workflow integration +* **New Save Image Node** - Added experimental node with metadata support for perfect CivitAI compatibility + * Supports dynamic filename prefixes with variables [1](https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData?tab=readme-ov-file#filename_prefix) +* **Default LoRA Root Setting** - Added configuration option for setting your preferred LoRA directory + ### v0.8.2 * **Faster Initialization for Forge Users** - Improved first-run efficiency by utilizing existing `.json` and `.civitai.info` files from Forge’s CivitAI helper extension, making migration smoother. * **LoRA Filename Editing** - Added support for renaming LoRA files directly within LoRA Manager. @@ -171,6 +178,15 @@ pip install requirements.txt --- +## Credits + +This project has been inspired by and benefited from other excellent ComfyUI extensions: + +- [ComfyUI-SaveImageWithMetaData](https://github.com/Comfy-Community/ComfyUI-SaveImageWithMetaData) - For the image metadata functionality +- [rgthree-comfy](https://github.com/rgthree/rgthree-comfy) - For the lora loader functionality + +--- + ## Contributing If you have suggestions, bug reports, or improvements, feel free to open an issue or contribute directly to the codebase. Pull requests are always welcome!