|
1 | 1 | # ComfyUI-RMBG Update Log |
| 2 | +## V2.7.0 (2025/07/27) |
| 3 | +- Enhanced LoadImage node with direct URL and path support |
| 4 | + |
| 5 | + - Added image_path_or_URL parameter for loading images from local paths or URLs |
| 6 | + - Improved URL handling with User-Agent support for better compatibility |
| 7 | + - Maintained compatibility with traditional file selection |
| 8 | + - Simplified workflow for external image sources |
| 9 | + - Three different LoadImage nodes for different purposes and needs: |
| 10 | + - `LoadImage`: Standard image loader with commonly used options, suitable for most workflows |
| 11 | + - `LoadImageSimple`: Minimalist image loader for quick and basic image loading |
| 12 | + - `LoadImageAdvanced`: Advanced image loader with extended configuration for power users |
| 13 | + |
| 14 | +- Completely redesigned `ImageStitch` node with advanced features |
| 15 | + |
| 16 | + - Compatible with ComfyUI's native image stitch functionality |
| 17 | + - Added support for 3-image stitching with kontext_mode |
| 18 | + - Improved spacing and background color options |
| 19 | + - Added maximum size constraints for output images |
| 20 | + - Enhanced image matching and padding options |
| 21 | + - Better handling of different image sizes and aspect ratios |
| 22 | + - Included commonly requested user settings for more flexibility |
| 23 | + |
| 24 | +### Demo workflow (Flux kontext + Nunchaku + ImaageStitch) |
| 25 | + |
| 26 | + |
| 27 | +- Fixed background color handling across all nodes |
| 28 | + - Resolved errors reported by users when using color picker |
| 29 | + - Fixed color application in segmentation and background removal nodes |
| 30 | + - Improved color consistency across different operations |
| 31 | + |
2 | 32 | ## V2.6.0 (2025/07/15) |
3 | 33 |  |
4 | 34 |
|
|
0 commit comments