Patch version increment to 1.41.4

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9139-1-41-4-3116d73d3650813a9061e5695a844233)
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
2026-02-24 20:40:20 +09:00
committed by GitHub
parent 02a38110cd
commit 87341f2c6e
24 changed files with 1090 additions and 67 deletions

View File

@@ -5213,6 +5213,39 @@
}
}
},
"KlingAvatarNode": {
"display_name": "Kling Avatar 2.0",
"description": "Generate broadcast-style digital human videos from a single photo and an audio file.",
"inputs": {
"image": {
"name": "image",
"tooltip": "Avatar reference image. Width and height must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1."
},
"sound_file": {
"name": "sound_file",
"tooltip": "Audio input. Must be between 2 and 300 seconds in duration."
},
"mode": {
"name": "mode"
},
"seed": {
"name": "seed",
"tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed."
},
"prompt": {
"name": "prompt",
"tooltip": "Optional prompt to define avatar actions, emotions, and camera movements."
},
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"KlingCameraControlI2VNode": {
"display_name": "Kling Image to Video (Camera Control)",
"description": "Transform still images into cinematic videos with professional camera movements that simulate real-world cinematography. Control virtual camera actions including zoom, rotation, pan, tilt, and first-person view, while maintaining focus on your original image.",