Patch version increment to 1.41.5

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9182-1-41-5-3126d73d3650811d84d7eaf9e384567a)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-02-25 13:42:38 +09:00
committed by GitHub
parent 8c3738fb77
commit 7c34a0e0f6
24 changed files with 621 additions and 27 deletions

View File

@@ -673,12 +673,11 @@
}
},
"ByteDanceSeedreamNode": {
"display_name": "ByteDance Seedream 4.5",
"display_name": "ByteDance Seedream 5.0",
"description": "Unified text-to-image generation and precise single-sentence editing at up to 4K resolution.",
"inputs": {
"model": {
"name": "model",
"tooltip": "Model name"
"name": "model"
},
"prompt": {
"name": "prompt",
@@ -690,7 +689,7 @@
},
"image": {
"name": "image",
"tooltip": "Input image(s) for image-to-image generation. List of 1-10 images for single or multi-reference generation."
"tooltip": "Input image(s) for image-to-image generation. Reference image(s) for single or multi-reference generation."
},
"width": {
"name": "width",
@@ -4749,6 +4748,28 @@
}
}
},
"ImageMergeTileList": {
"display_name": "Merge List of Tiles to Image",
"inputs": {
"image_list": {
"name": "image_list"
},
"final_width": {
"name": "final_width"
},
"final_height": {
"name": "final_height"
},
"overlap": {
"name": "overlap"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"ImageOnlyCheckpointLoader": {
"display_name": "Image Only Checkpoint Loader (img2vid model)",
"inputs": {
@@ -13952,6 +13973,29 @@
}
}
},
"SplitImageToTileList": {
"display_name": "Split Image into List of Tiles",
"description": "Splits an image into a batched list of tiles with a specified overlap.",
"inputs": {
"image": {
"name": "image"
},
"tile_width": {
"name": "tile_width"
},
"tile_height": {
"name": "tile_height"
},
"overlap": {
"name": "overlap"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"SplitImageWithAlpha": {
"display_name": "Split Image with Alpha",
"inputs": {