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

@@ -696,8 +696,7 @@
"tooltip": "sequential_image_generation='auto' olduğunda oluşturulacak maksimum resim sayısı. Toplam resim sayısı (girdi + oluşturulan) 15'i geçemez."
},
"model": {
"name": "model",
"tooltip": "Model adı"
"name": "model"
},
"prompt": {
"name": "prompt",
@@ -4749,6 +4748,28 @@
}
}
},
"ImageMergeTileList": {
"display_name": "Döşeme Listesini Görüntüye Birleştir",
"inputs": {
"final_height": {
"name": "final_height"
},
"final_width": {
"name": "final_width"
},
"image_list": {
"name": "image_list"
},
"overlap": {
"name": "overlap"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"ImageOnlyCheckpointLoader": {
"display_name": "Sadece Görüntü Kontrol Noktası Yükleyici (img2vid modeli)",
"inputs": {
@@ -14035,6 +14056,29 @@
}
}
},
"SplitImageToTileList": {
"description": "Bir görüntüyü, belirtilen örtüşme ile toplu bir döşeme listesine böler.",
"display_name": "Görüntüyü Döşeme Listesine Böl",
"inputs": {
"image": {
"name": "image"
},
"overlap": {
"name": "overlap"
},
"tile_height": {
"name": "tile_height"
},
"tile_width": {
"name": "tile_width"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"SplitImageWithAlpha": {
"display_name": "Görüntüyü Alfa ile Böl",
"inputs": {