Skip to content

Commit 63c41af

Browse files
authored
Update update.md
1 parent 1ffe862 commit 63c41af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

update.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# ComfyUI-RMBG Update Log
2+
## V2.9.1 (2025/09/12)
3+
- Refactored `LoadImage` & `LoadImageAdvanced` Nodes
4+
- Reworked resizing logic for more powerful and intuitive control.
5+
- New execution priority: `megapixels` has the highest priority, otherwise `size` and `scale_by` now work together in a pipeline.
6+
- Improved image quality by calculating the final target size first and performing only a single `resize` operation to prevent quality loss.
7+
8+
- Added `METADATA_TEXT` Output to `LoadImageAdvanced`
9+
- The `LoadImageAdvanced` node now outputs the embedded generation parameters from AI-generated PNG files (e.g., prompts, model, seed).
10+
- This allows for easy workflow replication by connecting the metadata directly to text inputs.
11+
12+
- Enhanced the RMBG node to optimize batch processing of images and videos, **(User request [#99](https://github.com/1038lab/ComfyUI-RMBG/issues/100) )**
13+
14+
- Reconstructed the `ColorWidget` to improve stability and prevent potential freezes in certain ComfyUI configurations.
215
## V2.9.0 (2025/08/18)
316
- Added `SDMatte Matting` node **(User request [#99](https://github.com/1038lab/ComfyUI-RMBG/issues/99) )**
417
![v2 9 0](https://github.com/user-attachments/assets/05a5d41e-a73c-40cc-a4cc-c10380ecc425)
@@ -524,3 +537,4 @@ https://github.com/user-attachments/assets/259220d3-c148-4030-93d6-c17dd5bccee1
524537

525538

526539

540+

0 commit comments

Comments
 (0)