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
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# ComfyUI-RMBG Update Log
2
2
3
+
## v2.2.0 (2025/04/05)
4
+
- Added the following nodes:
5
+
-`Image Combiner`: Image Combiner, used to merge two images into one with various blending modes and positioning options.
6
+
-`Image Stitch`: Image Stitch, used to stitch multiple images together in different directions (top, bottom, left, right).
7
+
-`Image/Mask Converter`: used for converting between images and masks.
8
+
-`Mask Enhancer`: an independent node for enhancing mask output.
9
+
-`Mask Combiner`: Mask Combiner, used to combine multiple masks into one.
10
+
-`Mask Extractor`: Mask Extractor, used to extract masks from images.
11
+
12
+
### Bug Fixes
13
+
- Fixed compatibility issues with transformers version 4.49+ dependencies.
14
+
- Fixed i18n translation errors in multiple languages.
15
+
16
+
### Improvements
17
+
- Added mask image output to each segment nodes, making mask output as images more convenient.
18
+
3
19
## V2.1.1 (2025/03/21)
4
20
Enhanced compatibility with Transformers
5
21
- Added support for higher versions of the transformers library (≥ 4.49.0)
@@ -14,14 +30,11 @@ Enhanced compatibility with Transformers
14
30
The integration of internationalization (`i18n`) support significantly enhances ComfyUI-RMBG, enabling users worldwide to utilize background removal features in their preferred languages. This update fosters a more tailored and efficient workflow within ComfyUI-RMBG. The user interface has been improved to facilitate dynamic language switching according to user preferences. All newly introduced features are designed to be fully translatable, thereby improving accessibility for users who do not speak English.
15
31
16
32
# Supported Languages
17
-
| Language | Custom Nodes `i18n` UI |
18
-
|----------|-------|
19
-
| English ||
0 commit comments