You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# ComfyUI-RMBG Update Log
2
2
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
0 commit comments