mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 16:10:05 +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": "Вычисляет ширину и высоту на основе соотношения сторон и целевого количества мегапикселей. Полезно для задания размеров пустого латентного изображения.",
|
||||
"display_name": "Выбор разрешения",
|
||||
"inputs": {
|
||||
"aspect_ratio": {
|
||||
"name": "aspect_ratio",
|
||||
"tooltip": "Соотношение сторон для выходных размеров."
|
||||
},
|
||||
"megapixels": {
|
||||
"name": "megapixels",
|
||||
"tooltip": "Целевое количество мегапикселей. 1,0 МП ≈ 1024×1024 для квадрата."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "width",
|
||||
"tooltip": "Вычисленная ширина в пикселях (кратна 8)."
|
||||
},
|
||||
"1": {
|
||||
"name": "height",
|
||||
"tooltip": "Вычисленная высота в пикселях (кратна 8)."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rodin3D_Detail": {
|
||||
"description": "Создание 3D-объектов с помощью Rodin API",
|
||||
"display_name": "Rodin 3D Generate - Детальная генерация",
|
||||
|
||||
Reference in New Issue
Block a user