Skip to content

Commit 0cdecc4

Browse files
authored
Update update.md
1 parent beb7cd6 commit 0cdecc4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

update.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# ComfyUI-RMBG Update Log
22

3+
## v2.4.0 (2025/06/01)
4+
- Added `CropObject` node for cropping to object based on mask or alpha channel **(User request [#61](https://github.com/1038lab/ComfyUI-RMBG/issues/61) )**
5+
- Added `ImageCompare` node for side-by-side image comparison with annotations
6+
- Added `ColorInput` node pick preset color or input RGB color code in #000000 or #000 format **(User request [#62](https://github.com/1038lab/ComfyUI-RMBG/issues/62) )**
7+
- Updated `MaskExtractor` node added color picker and support RGBA images by extracting and using the alpha channel as mask
8+
- Updated `ImageCombiner` node added WIDTH and HEIGHT output
9+
10+
### New Segment V2 (Recommended)
11+
- Uses Hugging Face transformers library
12+
- Better compatibility with newer PyTorch (2.x) and CUDA versions
13+
- Recommended for users with modern GPU setups
14+
- No groundingdino-py dependency required
15+
16+
**(User request [#66](https://github.com/1038lab/ComfyUI-RMBG/issues/66) )**
17+
### Segment V1 (Legacy)
18+
- Uses original groundingdino-py implementation
19+
- May have compatibility issues with newer PyTorch/CUDA versions
20+
- Consider using V2 if you encounter installation issues
21+
22+
### Installation
23+
Choose the appropriate version based on your setup:
24+
- For modern systems (PyTorch 2.x, CUDA 12.x+), use Segment V2
25+
- For legacy systems or if you specifically need groundingdino-py, use Segment V1
26+
327
## v2.3.2 (2025/05/15)
428
- Added support for more segmentation models in Segment node:
529
- SAM HQ models (vit_h, vit_l, vit_b)

0 commit comments

Comments
 (0)