refiners/src/comfyui-refiners
2024-09-19 14:17:50 +02:00
..
assets add box segmenter comfyui examples workflow 2024-09-05 12:05:55 +02:00
__init__.py add comfyui custom nodes 2024-09-05 12:05:55 +02:00
box_segmenter.py add comfyui custom nodes 2024-09-05 12:05:55 +02:00
grounding_dino.py add comfyui custom nodes 2024-09-05 12:05:55 +02:00
huggingface.py add comfyui custom nodes 2024-09-05 12:05:55 +02:00
LICENSE add comfyui custom nodes 2024-09-05 12:05:55 +02:00
pyproject.toml bump comfyui-refiners version 2024-09-05 16:51:05 +02:00
README.md Update comfyui-refiners README.md 2024-09-19 14:17:50 +02:00
requirements.txt fix comfyui requirements.txt 2024-09-05 16:51:05 +02:00
utils.py add comfyui custom nodes 2024-09-05 12:05:55 +02:00

Finegrain Refiners Library

The simplest way to train and run adapters on top of foundation models

Manifesto | Docs | Guides | Discussions | Discord

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.

The nodes are published at https://registry.comfy.org/publishers/finegrain/nodes/comfyui-refiners.

See https://docs.comfy.org/comfy-cli/getting-started to install the Comfy CLI.

To automagically install the nodes, run the following command:

comfy node registry-install comfyui-refiners

See https://docs.comfy.org/registry/overview for more information.

Manual

To manually install the nodes, you may alternatively do the following:

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

This simple workflow leverages GroundingDINO and our BoxSegmenter to extract objects from an image. Box Segmenter Workflow