chore: update installation explanation (#54)

This commit is contained in:
Hayden
2024-11-21 22:05:56 +08:00
committed by GitHub
parent 659637c6e0
commit 6a64f3050a

View File

@@ -4,15 +4,13 @@ Download, browse and delete models in ComfyUI.
Designed to support desktop, mobile and multi-screen devices. Designed to support desktop, mobile and multi-screen devices.
# Usage # Installation
```bash There are three installation methods, choose one
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git 1. Clone the repository: `git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git` to your ComfyUI `custom_nodes` folder
cd /path/to/ComfyUI/custom_nodes/ComfyUI-Model-Manager 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
npm install 3. Use comfy cli: `comfy node registry-install comfyui-model-manager`
npm run build
```
## Features ## Features