Commit Graph
55 Commits
Author SHA1 Message Date
JonyandClaude Sonnet 4.5 9abd175316 feat: 接入动作控制节点并全面重构 Kling 节点
- 动作控制节点改走 new API 三段式流程(POST /v1/videos → 轮询 → 下载)
- KlingClient 新增 motion_control_async 方法,支持 id 轮询和内容下载
- 动作控制请求体字段更新:image→image_url,video→video_url,补充 model 字段
- 动作控制 model 名按平台规范动态拼接:kling-{版本}-motion-{mode}-{时长}s
- 动作控制节点新增时长参数(5/10/15s),完善参数顺序与命名
- 三个 Kling 节点显示名称统一重命名
- KlingVideo / KlingFirstLastFrame 补充 v2-6 模型支持与约束校验

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-05 01:14:54 +08:00
o1keyandClaude Sonnet 4.5 2b64a45b8e refactor: simplify update.bat output
Minimal display, concise success/fail/up-to-date banner.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-03 16:33:04 +08:00
o1keyandClaude Sonnet 4.5 0b9a1ebf7a refactor: replace update.ps1 with update.bat
Simpler double-click updater, full English, no execution policy issues.
Force-resets to origin/main, preserves .config, shows clear PASS/FAIL banner.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-03 16:31:36 +08:00
o1keyandClaude Sonnet 4.5 34d5c43cad feat: add auto-update PowerShell script
update.ps1 - one-click updater via Shift+RightClick > Open PowerShell.
Fetches latest from GitHub main, force-resets local code,
preserves .config (API key), handles cross-version history gaps.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-03 16:26:54 +08:00
o1keyandClaude Sonnet 4.5 9ab209b2b7 feat: sync latest local version as authoritative codebase
Complete rewrite/sync of comfyui_o1key custom nodes.
Treat this commit as the current canonical version.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-03 16:18:45 +08:00