From a8ef7a602f147e4113713bef7769a2d1476d61ff Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sat, 13 Dec 2025 07:40:52 +0900 Subject: [PATCH] 1.35.4 (#7420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.35.4 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7420-1-35-4-2c76d73d365081abbbc6f81b8788c5d5) 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/ar/nodeDefs.json | 1 - src/locales/en/main.json | 3 +- src/locales/en/nodeDefs.json | 61 +++++++++++++++++++++++++++++++-- src/locales/es/nodeDefs.json | 1 - src/locales/fr/nodeDefs.json | 1 - src/locales/ja/nodeDefs.json | 1 - src/locales/ko/nodeDefs.json | 1 - src/locales/ru/nodeDefs.json | 1 - src/locales/tr/nodeDefs.json | 1 - src/locales/zh-TW/nodeDefs.json | 1 - src/locales/zh/nodeDefs.json | 1 - 12 files changed, 61 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 419d5a63f..38abfc3a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.35.3", + "version": "1.35.4", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/ar/nodeDefs.json b/src/locales/ar/nodeDefs.json index 69b49a7df..644cb67be 100644 --- a/src/locales/ar/nodeDefs.json +++ b/src/locales/ar/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "عقدة تحويل الصورة إلى فيديو في كليغ", "display_name": "كليغ صورة إلى فيديو", "inputs": { "aspect_ratio": { diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 8e7041fa5..bb9c15272 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2426,5 +2426,4 @@ "recentReleases": "Recent releases", "helpCenterMenu": "Help Center Menu" } -} - +} \ No newline at end of file diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index a19c19a77..eaf615ccf 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -4449,8 +4449,7 @@ } }, "KlingImage2VideoNode": { - "display_name": "Kling Image to Video", - "description": "Kling Image to Video Node", + "display_name": "Kling Image(First Frame) to Video", "inputs": { "start_frame": { "name": "start_frame", @@ -4537,6 +4536,35 @@ } } }, + "KlingImageToVideoWithAudio": { + "display_name": "Kling Image(First Frame) to Video with Audio", + "inputs": { + "model_name": { + "name": "model_name" + }, + "start_frame": { + "name": "start_frame" + }, + "prompt": { + "name": "prompt", + "tooltip": "Positive text prompt." + }, + "mode": { + "name": "mode" + }, + "duration": { + "name": "duration" + }, + "generate_audio": { + "name": "generate_audio" + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, "KlingLipSyncAudioToVideoNode": { "display_name": "Kling Lip Sync Video with Audio", "description": "Kling Lip Sync Audio to Video Node. Syncs mouth movements in a video file to the audio content of an audio file. When using, ensure that the audio contains clearly distinguishable vocals and that the video contains a distinct face. The audio file should not be larger than 5MB. The video file should not be larger than 100MB, should have height/width between 720px and 1920px, and should be between 2s and 10s in length.", @@ -4888,6 +4916,35 @@ } } }, + "KlingTextToVideoWithAudio": { + "display_name": "Kling Text to Video with Audio", + "inputs": { + "model_name": { + "name": "model_name" + }, + "prompt": { + "name": "prompt", + "tooltip": "Positive text prompt." + }, + "mode": { + "name": "mode" + }, + "aspect_ratio": { + "name": "aspect_ratio" + }, + "duration": { + "name": "duration" + }, + "generate_audio": { + "name": "generate_audio" + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, "KlingVideoExtendNode": { "display_name": "Kling Video Extend", "description": "Kling Video Extend Node. Extend videos made by other Kling nodes. The video_id is created by using other Kling Nodes.", diff --git a/src/locales/es/nodeDefs.json b/src/locales/es/nodeDefs.json index e56518530..61467e729 100644 --- a/src/locales/es/nodeDefs.json +++ b/src/locales/es/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Nodo Kling Imagen a Video", "display_name": "Kling Imagen a Video", "inputs": { "aspect_ratio": { diff --git a/src/locales/fr/nodeDefs.json b/src/locales/fr/nodeDefs.json index f7d42539e..cae3ed34a 100644 --- a/src/locales/fr/nodeDefs.json +++ b/src/locales/fr/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Nœud Kling Image to Video", "display_name": "Kling Image to Video", "inputs": { "aspect_ratio": { diff --git a/src/locales/ja/nodeDefs.json b/src/locales/ja/nodeDefs.json index d8805f45a..07be6c834 100644 --- a/src/locales/ja/nodeDefs.json +++ b/src/locales/ja/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Kling 画像から動画ノード", "display_name": "Kling 画像から動画へ", "inputs": { "aspect_ratio": { diff --git a/src/locales/ko/nodeDefs.json b/src/locales/ko/nodeDefs.json index 2379ed100..c4dd0627e 100644 --- a/src/locales/ko/nodeDefs.json +++ b/src/locales/ko/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Kling 이미지에서 비디오로 노드", "display_name": "Kling 비디오 생성 (이미지 → 비디오)", "inputs": { "aspect_ratio": { diff --git a/src/locales/ru/nodeDefs.json b/src/locales/ru/nodeDefs.json index 2e1c5ffed..6f722e1c6 100644 --- a/src/locales/ru/nodeDefs.json +++ b/src/locales/ru/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Узел Kling Image to Video", "display_name": "Kling Image to Video", "inputs": { "aspect_ratio": { diff --git a/src/locales/tr/nodeDefs.json b/src/locales/tr/nodeDefs.json index f89c0977d..f7f6cdbc3 100644 --- a/src/locales/tr/nodeDefs.json +++ b/src/locales/tr/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Kling Görüntüden Videoya Düğümü", "display_name": "Kling Görüntüden Videoya", "inputs": { "aspect_ratio": { diff --git a/src/locales/zh-TW/nodeDefs.json b/src/locales/zh-TW/nodeDefs.json index 405a04c65..e2fcc8eb8 100644 --- a/src/locales/zh-TW/nodeDefs.json +++ b/src/locales/zh-TW/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Kling 圖像轉影片節點", "display_name": "Kling 圖像轉影片", "inputs": { "aspect_ratio": { diff --git a/src/locales/zh/nodeDefs.json b/src/locales/zh/nodeDefs.json index 8606adb1d..b364da9de 100644 --- a/src/locales/zh/nodeDefs.json +++ b/src/locales/zh/nodeDefs.json @@ -3863,7 +3863,6 @@ } }, "KlingImage2VideoNode": { - "description": "Kling 图像转视频节点", "display_name": "Kling 图像转视频", "inputs": { "aspect_ratio": {