From 6a64f3050ad77e57a7075cd21ecbb3e76a45a32f Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:05:56 +0800 Subject: [PATCH] chore: update installation explanation (#54) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d4e3c1..74a8c7f 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ Download, browse and delete models in ComfyUI. Designed to support desktop, mobile and multi-screen devices. -# Usage +# Installation -```bash -cd /path/to/ComfyUI/custom_nodes -git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git -cd /path/to/ComfyUI/custom_nodes/ComfyUI-Model-Manager -npm install -npm run build -``` +There are three installation methods, choose one + +1. Clone the repository: `git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git` to your ComfyUI `custom_nodes` folder +2. Download the [latest release](https://github.com/hayden-fr/ComfyUI-Model-Manager/releases/latest/download/dist.tar.gz) and extract it to your ComfyUI `custom_nodes` folder +3. Use comfy cli: `comfy node registry-install comfyui-model-manager` ## Features