File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
## Installation
20
20
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
+
21
27
The nodes are published at https://registry.comfy.org/publishers/finegrain/nodes/comfyui-refiners .
22
28
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:
24
32
``` bash
25
33
comfy node registry-install comfyui-refiners
26
34
```
27
35
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
-
30
36
See https://docs.comfy.org/registry/overview for more information.
31
37
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
+
32
48
## Example Workflows
33
49
34
50
### [ Box Segmenter] ( assets/box_segmenter.json )
You can’t perform that action at this time.
0 commit comments