mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-15 01:48:06 +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": "종횡비와 메가픽셀 목표값으로 너비와 높이를 계산합니다. Empty Latent Image의 크기를 설정할 때 유용합니다.",
|
||||
"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