mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 14:59:39 +00:00
1.42.0 (#9522)
Minor version increment to 1.42.0 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9522-1-42-0-31c6d73d3650816faa33df8b4dde26fd) 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:
@@ -1419,6 +1419,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ComfyMathExpression": {
|
||||
"display_name": "Matematiksel İfade",
|
||||
"inputs": {
|
||||
"expression": {
|
||||
"name": "ifade"
|
||||
},
|
||||
"values": {
|
||||
"name": "değerler"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ComfySwitchNode": {
|
||||
"display_name": "Anahtar",
|
||||
"inputs": {
|
||||
@@ -15112,6 +15131,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentModelTo3DUVNode": {
|
||||
"description": "Bir 3D model üzerinde UV açılımı yaparak UV doku oluşturur. Girdi modelinin 30000'den az yüzü olmalıdır.",
|
||||
"display_name": "Hunyuan3D: Modelden UV'ye",
|
||||
"inputs": {
|
||||
"control_after_generate": {
|
||||
"name": "oluşturduktan sonra kontrol et"
|
||||
},
|
||||
"model_3d": {
|
||||
"name": "model_3d",
|
||||
"tooltip": "3D model girişi (GLB, OBJ veya FBX)"
|
||||
},
|
||||
"seed": {
|
||||
"name": "tohum",
|
||||
"tooltip": "Tohum, düğümün tekrar çalıştırılıp çalıştırılmayacağını kontrol eder; sonuçlar tohumdan bağımsız olarak belirlenemezdir."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "OBJ",
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "FBX",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentSmartTopologyNode": {
|
||||
"description": "Bir 3D model üzerinde akıllı retopoloji uygular. GLB/OBJ formatlarını destekler; maksimum 200MB; yüksek poligonlu modeller için önerilir.",
|
||||
"display_name": "Hunyuan3D: Akıllı Topoloji",
|
||||
"inputs": {
|
||||
"control_after_generate": {
|
||||
"name": "oluşturduktan sonra kontrol et"
|
||||
},
|
||||
"face_level": {
|
||||
"name": "yüz seviyesi",
|
||||
"tooltip": "Poligon azaltma seviyesi."
|
||||
},
|
||||
"model_3d": {
|
||||
"name": "model_3d",
|
||||
"tooltip": "3D model girişi (GLB veya OBJ)"
|
||||
},
|
||||
"polygon_type": {
|
||||
"name": "poligon_tipi",
|
||||
"tooltip": "Yüzey bileşimi tipi."
|
||||
},
|
||||
"seed": {
|
||||
"name": "tohum",
|
||||
"tooltip": "Tohum, düğümün tekrar çalıştırılıp çalıştırılmayacağını kontrol eder; sonuçlar tohumdan bağımsız olarak belirlenemezdir."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "OBJ",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentTextToModelNode": {
|
||||
"display_name": "Hunyuan3D: Metinden Modele (Pro)",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user