mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
1.40.5 (#8905)
Patch version increment to 1.40.5 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8905-1-40-5-3096d73d365081c2aecccb7ae55def79) 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: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
This commit is contained in:
@@ -353,15 +353,6 @@
|
||||
"name": "moderation",
|
||||
"tooltip": "内容审核设置"
|
||||
},
|
||||
"moderation_prompt_content_moderation": {
|
||||
"name": "prompt_content_moderation"
|
||||
},
|
||||
"moderation_visual_input_moderation": {
|
||||
"name": "visual_input_moderation"
|
||||
},
|
||||
"moderation_visual_output_moderation": {
|
||||
"name": "visual_output_moderation"
|
||||
},
|
||||
"negative_prompt": {
|
||||
"name": "negative_prompt"
|
||||
},
|
||||
@@ -390,6 +381,56 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"BriaRemoveImageBackground": {
|
||||
"description": "使用 Bria RMBG 2.0 移除图像的背景。",
|
||||
"display_name": "Bria 移除图像背景",
|
||||
"inputs": {
|
||||
"control_after_generate": {
|
||||
"name": "生成后控制"
|
||||
},
|
||||
"image": {
|
||||
"name": "图像"
|
||||
},
|
||||
"moderation": {
|
||||
"name": "内容审核",
|
||||
"tooltip": "内容审核设置"
|
||||
},
|
||||
"seed": {
|
||||
"name": "种子",
|
||||
"tooltip": "种子控制节点是否重新运行;无论种子如何,结果都是非确定性的。"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"BriaRemoveVideoBackground": {
|
||||
"description": "使用 Bria 移除视频的背景。",
|
||||
"display_name": "Bria 移除视频背景",
|
||||
"inputs": {
|
||||
"background_color": {
|
||||
"name": "背景颜色",
|
||||
"tooltip": "输出视频的背景颜色。"
|
||||
},
|
||||
"control_after_generate": {
|
||||
"name": "生成后控制"
|
||||
},
|
||||
"seed": {
|
||||
"name": "种子",
|
||||
"tooltip": "种子控制节点是否重新运行;无论种子如何,结果都是非确定性的。"
|
||||
},
|
||||
"video": {
|
||||
"name": "视频"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ByteDanceFirstLastFrameNode": {
|
||||
"description": "使用提示词和首尾帧生成视频。",
|
||||
"display_name": "字节跳动首尾帧转视频",
|
||||
@@ -14112,6 +14153,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tencent3DPartNode": {
|
||||
"description": "根据模型结构自动进行组件识别与生成。",
|
||||
"display_name": "Hunyuan3D:3D部件",
|
||||
"inputs": {
|
||||
"control_after_generate": {
|
||||
"name": "生成后控制"
|
||||
},
|
||||
"model_3d": {
|
||||
"name": "model_3d",
|
||||
"tooltip": "FBX格式的3D模型。模型面数应少于30000。"
|
||||
},
|
||||
"seed": {
|
||||
"name": "seed",
|
||||
"tooltip": "Seed用于控制节点是否重新运行;无论seed如何,结果都是非确定性的。"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "FBX",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentImageToModelNode": {
|
||||
"display_name": "Hunyuan3D:图像转模型(专业版)",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user