From d35db7df72a5ef1ffd00089576cc16e17574d815 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 26 Apr 2025 20:23:27 +0800 Subject: [PATCH] feat: add standalone mode for LoRA Manager with setup instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a759ac1f..15abfc20 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,19 @@ pip install -r requirements.txt - Paste into the Lora Loader node's text input - The node will automatically apply preset strength and trigger words +### Standalone Mode + +You can now run LoRA Manager independently from ComfyUI: + +1. **First-time setup**: Launch ComfyUI with LoRA Manager at least once to initialize the necessary path information in the `settings.json` file. +2. **Launch standalone mode**: From your ComfyUI root directory, run: + ```bash + python custom_nodes\comfyui-lora-manager\standalone.py + ``` +3. Access the interface through your browser as usual. + +This standalone mode provides a lighter-weight option for managing your model and recipe collection without needing to run the full ComfyUI environment. + --- ## Contributing