Patch version increment to 1.43.9

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10693-1-43-9-3326d73d3650815d8e77e1db06a91b53)
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>
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-03-29 14:18:45 +09:00
committed by GitHub
parent b09562a1bf
commit 7cbd61aaea
25 changed files with 613 additions and 2 deletions

View File

@@ -2190,6 +2190,10 @@
"image": {
"name": "görüntü"
},
"keep_aspect": {
"name": "oranı_koru",
"tooltip": "Kırpmanın çıktı boyutuna sığması için esnetilip esnetilmeyeceği veya en-boy oranını korumak için siyah piksellerle doldurulup doldurulmayacağı."
},
"output_height": {
"name": ıktı_yüksekliği",
"tooltip": "Her kırpmanın yeniden boyutlandırılacağı yükseklik."
@@ -2313,6 +2317,23 @@
}
}
},
"DrawBBoxes": {
"display_name": "BBox'ları Çiz",
"inputs": {
"bboxes": {
"name": "bboxlar"
},
"image": {
"name": "görsel"
}
},
"outputs": {
"0": {
"name": ıktı_görseli",
"tooltip": null
}
}
},
"DualCFGGuider": {
"display_name": "İkili CFG Rehberi",
"inputs": {
@@ -12226,6 +12247,34 @@
}
}
},
"RTDETR_detect": {
"display_name": "RT-DETR Tespit",
"inputs": {
"class_name": {
"name": "sınıf_adı",
"tooltip": "Tespitleri sınıfa göre filtrele. Filtrelemeyi devre dışı bırakmak için 'all' olarak ayarlayın."
},
"image": {
"name": "görsel"
},
"max_detections": {
"name": "maksimum_tespit",
"tooltip": "Görsel başına döndürülecek en fazla tespit sayısı. Güven puanına göre azalan sırada."
},
"model": {
"name": "model"
},
"threshold": {
"name": "eşik"
}
},
"outputs": {
"0": {
"name": "bboxlar",
"tooltip": null
}
}
},
"RandomCropImages": {
"display_name": "Rastgele Kırpılmış Görseller",
"inputs": {