mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
1.31.1 (#6349)
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:
@@ -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",
|
||||
|
||||
@@ -1237,6 +1237,7 @@
|
||||
"operations": "operations",
|
||||
"training": "training",
|
||||
"lotus": "lotus",
|
||||
"LTXV": "LTXV",
|
||||
"Luma": "Luma",
|
||||
"MiniMax": "MiniMax",
|
||||
"model_specific": "model_specific",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user