mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 21:54:50 +00:00
1.43.9 (#10693)
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user