mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
1.41.5 (#9182)
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user