From 56ea7594cea901dfeb75eb9dc5d150ac48347771 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Mon, 3 Nov 2025 09:00:53 +0800 Subject: [PATCH] feat: simplify portable installation instructions Remove redundant details about settings configuration to make installation steps clearer and more concise. The simplified instructions now focus on essential steps without unnecessary explanations about placeholder values and automatic registry generation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6095696d..8f9e4761 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ Enhance your Civitai browsing experience with our companion browser extension! S ### Option 2: **Portable Standalone Edition** (No ComfyUI required) 1. Download the [Portable Package](https://github.com/willmiao/ComfyUI-Lora-Manager/releases/download/v0.9.8/lora_manager_portable.7z) -2. Copy the provided `settings.json.example` file to create a new file named `settings.json` in `comfyui-lora-manager` folder. Only adjust the API key, optional language, and folder paths—the library registry is generated automatically at runtime. -3. Edit the new `settings.json` to include your correct model folder paths and CivitAI API key (or keep the placeholders until you are ready to configure them) +2. Copy the provided `settings.json.example` file to create a new file named `settings.json` in `comfyui-lora-manager` folder. +3. Edit the new `settings.json` to include your correct model folder paths and CivitAI API key - Set `"use_portable_settings": true` if you want the configuration to remain inside the repository folder instead of your user settings directory. 4. Run run.bat - To change the startup port, edit `run.bat` and modify the parameter (e.g. `--port 9001`)