mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
1.37.6 (#7885)
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 <github-actions@github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@comfyorg/comfyui-frontend",
|
"name": "@comfyorg/comfyui-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.37.5",
|
"version": "1.37.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
||||||
"homepage": "https://comfy.org",
|
"homepage": "https://comfy.org",
|
||||||
|
|||||||
@@ -6088,6 +6088,9 @@
|
|||||||
},
|
},
|
||||||
"ckpt_name": {
|
"ckpt_name": {
|
||||||
"name": "ckpt_name"
|
"name": "ckpt_name"
|
||||||
|
},
|
||||||
|
"device": {
|
||||||
|
"name": "device"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": {
|
"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": {
|
"WanSoundImageToVideo": {
|
||||||
"display_name": "WanSoundImageToVideo",
|
"display_name": "WanSoundImageToVideo",
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user