mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +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": "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": {
|
||||
|
||||
Reference in New Issue
Block a user