feat: 新增 K3 动作控制节点,移除启动更新弹框通知

- 新增 K3MotionControl / K3MotionVideoCheck 节点并注册
- K3_video: 生成音频参数改为 metadata.sound
- r2_uploader: 新增 upload_image 工具函数
- 移除启动时更新检查弹框
This commit is contained in:
Jony
2026-04-26 13:34:46 +08:00
parent caec23b5cc
commit 35333b296b
5 changed files with 412 additions and 12 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class K3Video:
if 负向提示词.strip():
body["negative_prompt"] = 负向提示词.strip()
if 生成音频 == "打开":
body["generate_audio"] = True
body["metadata"] = {"sound": "on"}
# ── 进度条 ────────────────────────────────────────────────────
try: