Patch version increment to 1.38.10

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8254-1-38-10-2f16d73d36508183a716cc1ad72e2819)
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>
Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-01-24 08:00:19 +09:00
committed by GitHub
parent f647c8f9ee
commit 69b57eaba5
25 changed files with 1765 additions and 88 deletions

View File

@@ -2095,7 +2095,9 @@
"choice": {
"name": "选择"
},
"option0": {
"index": {
},
"option1": {
}
},
"outputs": {
@@ -11287,19 +11289,28 @@
}
},
"ResizeImageMaskNode": {
"description": "使用多种缩放方法调整图像或 mask 的大小。",
"display_name": "调整图像/掩码大小",
"inputs": {
"input": {
"name": "输入"
},
"resize_type": {
"name": "调整类型"
"name": "调整类型",
"tooltip": "选择如何调整大小:按精确尺寸、缩放因子、匹配另一张图像等。"
},
"resize_type_multiplier": {
"name": "倍数"
"resize_type_crop": {
"name": "裁剪"
},
"resize_type_height": {
"name": "高度"
},
"resize_type_width": {
"name": "宽度"
},
"scale_method": {
"name": "缩放方法"
"name": "缩放方法",
"tooltip": "插值算法。'area' 适合缩小,'lanczos' 适合放大,'nearest-exact' 适合像素艺术。"
}
},
"outputs": {
@@ -15748,6 +15759,79 @@
}
}
},
"WanInfiniteTalkToVideo": {
"display_name": "WanInfiniteTalkToVideo",
"inputs": {
"audio_encoder_output_1": {
"name": "音频编码器输出1"
},
"audio_scale": {
"name": "音频缩放"
},
"clip_vision_output": {
"name": "clip视觉输出"
},
"height": {
"name": "高度"
},
"length": {
"name": "长度"
},
"mode": {
"name": "模式"
},
"model": {
"name": "模型"
},
"model_patch": {
"name": "模型补丁"
},
"motion_frame_count": {
"name": "运动帧数",
"tooltip": "用作运动上下文的前置帧数量。"
},
"negative": {
"name": "负向提示"
},
"positive": {
"name": "正向提示"
},
"previous_frames": {
"name": "前置帧"
},
"start_image": {
"name": "起始图像"
},
"vae": {
"name": "vae"
},
"width": {
"name": "宽度"
}
},
"outputs": {
"0": {
"name": "模型",
"tooltip": null
},
"1": {
"name": "正向提示",
"tooltip": null
},
"2": {
"name": "负向提示",
"tooltip": null
},
"3": {
"name": "latent",
"tooltip": null
},
"4": {
"name": "裁剪图像",
"tooltip": null
}
}
},
"WanMoveConcatTrack": {
"display_name": "WanMove合并轨道",
"inputs": {