Patch version increment to 1.41.13

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9452-1-41-13-31b6d73d3650819db118e6455c555bce)
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:
Comfy Org PR Bot
2026-03-06 11:05:01 +09:00
committed by GitHub
parent ef4e4a69d5
commit 23bb5f2afa
24 changed files with 198 additions and 45 deletions

View File

@@ -3947,6 +3947,10 @@
"description": "根据文本提示修改现有图像",
"display_name": "Grok 图像编辑",
"inputs": {
"aspect_ratio": {
"name": "宽高比",
"tooltip": "仅当多个图像连接到图像输入时允许。"
},
"control_after_generate": {
"name": "control after generate"
},
@@ -3999,6 +4003,9 @@
"name": "prompt",
"tooltip": "用于生成图像的文本提示"
},
"resolution": {
"name": "分辨率"
},
"seed": {
"name": "seed",
"tooltip": "用于确定节点是否应重新运行的种子;无论种子如何,实际结果都是非确定性的。"
@@ -5854,6 +5861,9 @@
"mode": {
"name": "模式"
},
"model": {
"name": "模型"
},
"prompt": {
"name": "提示词"
},