mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 08:20:53 +00:00
1.41.8 (#9288)
Patch version increment to 1.41.8 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9288-1-41-8-3156d73d3650817ca737ced3e08d8c86) 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:
@@ -12799,6 +12799,30 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ResolutionSelector": {
|
||||
"description": "根据宽高比和目标百万像素数计算宽度和高度。适用于设置空latent图像的尺寸。",
|
||||
"display_name": "分辨率选择器",
|
||||
"inputs": {
|
||||
"aspect_ratio": {
|
||||
"name": "宽高比",
|
||||
"tooltip": "输出尺寸的宽高比。"
|
||||
},
|
||||
"megapixels": {
|
||||
"name": "百万像素",
|
||||
"tooltip": "目标总百万像素数。1.0 MP ≈ 1024×1024(正方形)。"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "宽度",
|
||||
"tooltip": "计算得到的像素宽度(8的倍数)。"
|
||||
},
|
||||
"1": {
|
||||
"name": "高度",
|
||||
"tooltip": "计算得到的像素高度(8的倍数)。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rodin3D_Detail": {
|
||||
"description": "使用Rodin API生成3D资源",
|
||||
"display_name": "Rodin 3D生成 - 细节生成",
|
||||
|
||||
Reference in New Issue
Block a user