1aurent commited on
Commit
4cc17c9
·
verified ·
1 Parent(s): 90da978

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -16
README.md CHANGED
@@ -1,18 +1,20 @@
1
- ---
2
- license: mit
3
- pipeline_tag: mask-generation
4
- library_name: refiners
5
- tags:
6
- - vision
7
- - image-segmentation
8
- - matting
9
- - remove background
10
- - background
11
- - background-removal
12
- - salient-object-detection
13
- - PyTorch
14
- - refiners
15
- ---
 
 
16
 
17
  # Release note for Finegrain Box Segmenter v0.1
18
 
@@ -170,4 +172,10 @@ mask.save("output.png")
170
 
171
  ### With Comfy UI
172
 
173
- Coming soon
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: mask-generation
4
+ library_name: refiners
5
+ tags:
6
+ - vision
7
+ - image-segmentation
8
+ - matting
9
+ - remove background
10
+ - background
11
+ - background-removal
12
+ - salient-object-detection
13
+ - PyTorch
14
+ - refiners
15
+ datasets:
16
+ - finegrain/finegrain-product-masks-lite
17
+ ---
18
 
19
  # Release note for Finegrain Box Segmenter v0.1
20
 
 
172
 
173
  ### With Comfy UI
174
 
175
+ Install the `comfyui-refiners` custom nodes:
176
+ ```
177
+ comfy node registry-install comfyui-refiners
178
+ ```
179
+
180
+ [Example workflow](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)
181
+ [![Workflow](https://raw.githubusercontent.com/finegrain-ai/refiners/main/src/comfyui-refiners/assets/box_segmenter.png)](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)