mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 08:20:53 +00:00
1.40.8 (#8968)
Patch version increment to 1.40.8 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8968-1-40-8-30c6d73d3650817d8a59e3bd9bdeb95c) 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:
@@ -208,6 +208,47 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"AudioEqualizer3Band": {
|
||||
"display_name": "音频均衡器(三段)",
|
||||
"inputs": {
|
||||
"audio": {
|
||||
"name": "音频"
|
||||
},
|
||||
"high_freq": {
|
||||
"name": "高频截止",
|
||||
"tooltip": "高频搁架的截止频率"
|
||||
},
|
||||
"high_gain_dB": {
|
||||
"name": "高频增益(dB)",
|
||||
"tooltip": "高频(高音)增益"
|
||||
},
|
||||
"low_freq": {
|
||||
"name": "低频截止",
|
||||
"tooltip": "低频搁架的截止频率"
|
||||
},
|
||||
"low_gain_dB": {
|
||||
"name": "低频增益(dB)",
|
||||
"tooltip": "低频(低音)增益"
|
||||
},
|
||||
"mid_freq": {
|
||||
"name": "中频中心",
|
||||
"tooltip": "中频的中心频率"
|
||||
},
|
||||
"mid_gain_dB": {
|
||||
"name": "中频增益(dB)",
|
||||
"tooltip": "中频增益"
|
||||
},
|
||||
"mid_q": {
|
||||
"name": "中频Q值",
|
||||
"tooltip": "中频的Q因子(带宽)"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"AudioMerge": {
|
||||
"description": "叠加 音频1 和 音频2 轨道的波形。",
|
||||
"display_name": "音频合并",
|
||||
@@ -4251,6 +4292,26 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImageCropV2": {
|
||||
"display_name": "图像裁剪",
|
||||
"inputs": {
|
||||
"crop_region": {
|
||||
"name": "裁剪区域"
|
||||
},
|
||||
"height": {},
|
||||
"image": {
|
||||
"name": "图像"
|
||||
},
|
||||
"width": {},
|
||||
"x": {},
|
||||
"y": {}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImageDeduplication": {
|
||||
"display_name": "图像去重",
|
||||
"inputs": {
|
||||
@@ -11177,6 +11238,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrimitiveBoundingBox": {
|
||||
"display_name": "边界框",
|
||||
"inputs": {
|
||||
"height": {
|
||||
"name": "高度"
|
||||
},
|
||||
"width": {
|
||||
"name": "宽度"
|
||||
},
|
||||
"x": {
|
||||
"name": "x"
|
||||
},
|
||||
"y": {
|
||||
"name": "y"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrimitiveFloat": {
|
||||
"display_name": "浮点数",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user