Changes
-
Load Image Metadata Node -- Load an image and recover its prompts, LoRAs and sampling settings, ready to connect to Lora Manager loaders.
-
Filename Templates -- Filename templates for downloads and bulk rename, with placeholders like {model_name}, {base_model} and {author}. (#1071)
-
Model Library Paths -- Standalone users can now edit model folder paths from Settings, with a folder picker and live validation, instead of hand-editing settings.json.
-
Gated Hugging Face Repositories -- Add a Hugging Face access token in Settings to browse and download models from gated or private repositories.
-
SwarmUI and llama-swap Compatibility -- LoRA Manager now works when ComfyUI is served under a URL subdirectory, including the Launch LoRA Manager button and page assets. (#1122)
Bug Fixes
- Fixed LoRA nodes (e.g. Loader, Stacker) silently reverting their Bypass and Mute state after saving and reloading workflows with ComfyUI frontend 1.53 or newer. (#1123)
- Fixed a scan that temporarily finds no recipe files (for example an unmounted drive) wiping the entire stored recipe library. (#1116)
- Fixed imported video examples displaying at a fixed 720x1280 instead of their real resolution; existing entries are corrected automatically. (#1115)
- Fixed Hugging Face and ModelScope models from the same repository appearing as versions of one another.
- Fixed dynamic prompts fed through linked text inputs reusing the first expansion instead of re-expanding on every queue. (#1120)
- Fixed auto-organize folder names built from unnormalized keyword-dump Civitai tags, which produced unusable, overly long folder paths. (#1119)
- Fixed database errors and overwritten caches when a second LoRA Manager instance (for example a second ComfyUI install) shares the same settings folder; git-based updates now also preserve the recipe database.
- [LM Civitai Extension] Fixed model version lists for unsupported types (Wildcards, Workflows, Hypernetwork, Poses, Aesthetic Gradient) failing with an error instead of loading read-only.
- Organization settings tab -- File-organization settings moved from Library into a new Organization tab.
- Strength Range Warning -- LoRA strength inputs warn when they leave the model's recommended usage-tips range. (#1090)
- Active notification banners now display one at a time with a pager instead of stacking.
- Fixed the Other Models master toggle showing the wrong state after a page reload.
- The no-paths empty state in standalone mode now shows the real settings.json path with an Open Settings Folder button.