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 <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-10-29 07:05:42 +09:00
committed by GitHub
parent f629d325b2
commit e8dabd2996
3 changed files with 66 additions and 1 deletions

View File

@@ -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",

View File

@@ -1237,6 +1237,7 @@
"operations": "operations",
"training": "training",
"lotus": "lotus",
"LTXV": "LTXV",
"Luma": "Luma",
"MiniMax": "MiniMax",
"model_specific": "model_specific",

View File

@@ -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": {