From cf270885a4d4ef4dba9db4f6abcda473fda8a580 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 19 Sep 2024 12:12:48 +0000 Subject: [PATCH] Update comfyui-refiners README.md --- src/comfyui-refiners/README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/comfyui-refiners/README.md b/src/comfyui-refiners/README.md index 0fe6294..2a21e19 100644 --- a/src/comfyui-refiners/README.md +++ b/src/comfyui-refiners/README.md @@ -18,17 +18,33 @@ ## Installation +1. Navigate to the root of your ComfyUI workspace. +2. Activate your python virtual environment. +3. Install the nodes using one of the following methods. + +### Comfy Registry (recommended) + The nodes are published at https://registry.comfy.org/publishers/finegrain/nodes/comfyui-refiners. -To easily install the nodes, run the following command: +See https://docs.comfy.org/comfy-cli/getting-started to install the Comfy CLI. + +To automagically install the nodes, run the following command: ```bash comfy node registry-install comfyui-refiners ``` -You may also download the nodes by cliking the "Download Latest" button and unzipping the content of the archive into you custom_nodes directory. - See https://docs.comfy.org/registry/overview for more information. +### Manual + +To manually install the nodes, you may alternatively do the following: +```bash +curl -o comfyui-refiners.zip https://storage.googleapis.com/comfy-registry/finegrain/comfyui-refiners/1.0.3/node.tar.gz +unzip -d custom_nodes/comfyui-refiners comfyui-refiners.zip +pip install -r custom_nodes/comfyui-refiners/requirements.txt +rm comfyui-refiners.zip +``` + ## Example Workflows ### [Box Segmenter](assets/box_segmenter.json)