From 1ed503a6b52f0a8d01ef6870b2f188bdf6bb7a0f Mon Sep 17 00:00:00 2001 From: Will Miao Date: Wed, 4 Mar 2026 07:41:19 +0800 Subject: [PATCH] docs: add lazy hash computation to v1.0.0 release notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2693693..cddef4d6 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Insomnia Art Designs, megakirbs, Brennok, wackop, 2018cfh, Takkan, stone9k, $Met ### v1.0.0 * **Extra Folder Paths Support** - Added support for additional model root paths exclusive to LoRA Manager. This allows loading LoRAs from extra locations outside ComfyUI's standard folders, helping avoid performance issues when working with large model libraries. * **Settings UI Overhaul** - Redesigned the Settings interface with a more organized layout, making it easier to find and configure application settings. +* **Lazy Hash Computation** - Implemented lazy hash calculation for large model files (checkpoints and diffusion models). Hashes are now computed only when strictly necessary, minimizing redundant disk I/O and significantly accelerating application initialization. * **Milestone & Supporter Recognition** - Updated the Supporter window to show appreciation for all project supporters as this v1.0.0 milestone is reached. Great thanks to the community for the ongoing support! * **Bug Fixes & UX Enhancements** - Various bug fixes and user experience improvements for a smoother workflow.