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": "생성 후 제어"
},
@@ -3999,6 +4003,9 @@
"name": "프롬프트",
"tooltip": "이미지 생성을 위해 사용되는 텍스트 프롬프트"
},
"resolution": {
"name": "해상도"
},
"seed": {
"name": "시드",
"tooltip": "노드가 다시 실행되어야 하는지 결정하는 시드입니다. 실제 결과는 시드와 관계없이 비결정적입니다."
@@ -5854,6 +5861,9 @@
"mode": {
"name": "모드"
},
"model": {
"name": "모델"
},
"prompt": {
"name": "프롬프트"
},