From 0ca27f3d9b20dde8fc14f20b15908fc4b08d0e7a Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 9 Jan 2026 06:37:12 +0900 Subject: [PATCH] 1.37.6 (#7885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.37.6 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7885-1-37-6-2e26d73d3650814e8b57dcdf452461e5) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions --- package.json | 2 +- src/locales/en/nodeDefs.json | 48 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 228513ac6..ecfb08da7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.37.5", + "version": "1.37.6", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index c78b7c796..936547f7d 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -6088,6 +6088,9 @@ }, "ckpt_name": { "name": "ckpt_name" + }, + "device": { + "name": "device" } }, "outputs": { @@ -15365,6 +15368,51 @@ } } }, + "WanReferenceVideoApi": { + "display_name": "Wan Reference to Video", + "description": "Use the character and voice from input videos, combined with a prompt, to generate a new video that maintains character consistency.", + "inputs": { + "model": { + "name": "model" + }, + "prompt": { + "name": "prompt", + "tooltip": "Prompt describing the elements and visual features. Supports English and Chinese. Use identifiers such as `character1` and `character2` to refer to the reference characters." + }, + "negative_prompt": { + "name": "negative_prompt", + "tooltip": "Negative prompt describing what to avoid." + }, + "reference_videos": { + "name": "reference_videos" + }, + "size": { + "name": "size" + }, + "duration": { + "name": "duration" + }, + "seed": { + "name": "seed" + }, + "shot_type": { + "name": "shot_type", + "tooltip": "Specifies the shot type for the generated video, that is, whether the video is a single continuous shot or multiple shots with cuts." + }, + "watermark": { + "name": "watermark", + "tooltip": "Whether to add an AI-generated watermark to the result." + }, + "control_after_generate": { + "name": "control after generate" + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, "WanSoundImageToVideo": { "display_name": "WanSoundImageToVideo", "inputs": {