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": "imagem"
},
"keep_aspect": {
"name": "keep_aspect",
"tooltip": "Escolher entre esticar o recorte para caber no tamanho de saída ou preencher com pixels pretos para preservar a proporção."
},
"output_height": {
"name": "altura_de_saida",
"tooltip": "Altura para a qual cada recorte será redimensionado."
@@ -2313,6 +2317,23 @@
}
}
},
"DrawBBoxes": {
"display_name": "Desenhar BBoxes",
"inputs": {
"bboxes": {
"name": "bboxes"
},
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"name": "out_image",
"tooltip": null
}
}
},
"DualCFGGuider": {
"display_name": "Guia DualCFG",
"inputs": {
@@ -12226,6 +12247,34 @@
}
}
},
"RTDETR_detect": {
"display_name": "RT-DETR Detectar",
"inputs": {
"class_name": {
"name": "class_name",
"tooltip": "Filtrar detecções por classe. Defina como 'all' para desabilitar o filtro."
},
"image": {
"name": "image"
},
"max_detections": {
"name": "max_detections",
"tooltip": "Número máximo de detecções a retornar por imagem. Em ordem decrescente de confiança."
},
"model": {
"name": "model"
},
"threshold": {
"name": "threshold"
}
},
"outputs": {
"0": {
"name": "bboxes",
"tooltip": null
}
}
},
"RandomCropImages": {
"display_name": "Corte Aleatório de Imagens",
"inputs": {