Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5f637cc

Browse files
author
Laurent
committed
Update comfyui-refiners README.md
1 parent 73089a4 commit 5f637cc

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/comfyui-refiners/README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,33 @@
1818

1919
## Installation
2020

21+
1. Navigate to the root of your ComfyUI workspace.
22+
2. Activate your python virtual environment.
23+
3. Install the nodes using one of the following methods.
24+
25+
### Comfy Registry (recommended)
26+
2127
The nodes are published at https://registry.comfy.org/publishers/finegrain/nodes/comfyui-refiners.
2228

23-
To easily install the nodes, run the following command:
29+
See https://docs.comfy.org/comfy-cli/getting-started to install the Comfy CLI.
30+
31+
To automagically install the nodes, run the following command:
2432
```bash
2533
comfy node registry-install comfyui-refiners
2634
```
2735

28-
You may also download the nodes by cliking the "Download Latest" button and unzipping the content of the archive into you custom_nodes directory.
29-
3036
See https://docs.comfy.org/registry/overview for more information.
3137

38+
### Manual
39+
40+
To manually install the nodes, you may alternatively do the following:
41+
```bash
42+
curl -o comfyui-refiners.zip https://storage.googleapis.com/comfy-registry/finegrain/comfyui-refiners/1.0.3/node.tar.gz
43+
unzip -d custom_nodes/comfyui-refiners comfyui-refiners.zip
44+
pip install -r custom_nodes/comfyui-refiners/requirements.txt
45+
rm comfyui-refiners.zip
46+
```
47+
3248
## Example Workflows
3349

3450
### [Box Segmenter](assets/box_segmenter.json)

0 commit comments

Comments
 (0)