From e8dabd2996c180df40ad5f787472892464756d6b Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 29 Oct 2025 07:05:42 +0900 Subject: [PATCH] 1.31.1 (#6349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.31.1 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6349-1-31-1-29a6d73d365081fd8922ebe8be3d1749) 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/main.json | 1 + src/locales/en/nodeDefs.json | 64 ++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ecd06209..620bb9bbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.31.0", + "version": "1.31.1", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/main.json b/src/locales/en/main.json index c61de2e67..75eab3749 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1237,6 +1237,7 @@ "operations": "operations", "training": "training", "lotus": "lotus", + "LTXV": "LTXV", "Luma": "Luma", "MiniMax": "MiniMax", "model_specific": "model_specific", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 3120b7be9..b73a42aa9 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -4946,6 +4946,70 @@ } } }, + "LtxvApiImageToVideo": { + "display_name": "LTXV Image To Video", + "description": "Professional-quality videos with customizable duration and resolution based on start image.", + "inputs": { + "image": { + "name": "image", + "tooltip": "First frame to be used for the video." + }, + "model": { + "name": "model" + }, + "prompt": { + "name": "prompt" + }, + "duration": { + "name": "duration" + }, + "resolution": { + "name": "resolution" + }, + "fps": { + "name": "fps" + }, + "generate_audio": { + "name": "generate_audio", + "tooltip": "When true, the generated video will include AI-generated audio matching the scene." + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, + "LtxvApiTextToVideo": { + "display_name": "LTXV Text To Video", + "description": "Professional-quality videos with customizable duration and resolution.", + "inputs": { + "model": { + "name": "model" + }, + "prompt": { + "name": "prompt" + }, + "duration": { + "name": "duration" + }, + "resolution": { + "name": "resolution" + }, + "fps": { + "name": "fps" + }, + "generate_audio": { + "name": "generate_audio", + "tooltip": "When true, the generated video will include AI-generated audio matching the scene." + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, "LTXVConditioning": { "display_name": "LTXVConditioning", "inputs": {