Skip to content

First public release

Latest

Choose a tag to compare

@HuangYuChuh HuangYuChuh released this 11 Mar 06:41
· 223 commits to main since this release

v0.1.0

First public release

English

v0.1.0 is the first public release of ComfyUI Skills for OpenClaw.

This release establishes the core workflow integration layer between OpenClaw and ComfyUI, with an emphasis on multi-server workflow management, structured parameter mapping, and a more complete local management UI.

Included in this release

  • Multi-server workflow management
  • Per-server and per-workflow enable/disable controls
  • Structured workflow parameter exposure for OpenClaw
  • Workflow search, sorting, and drag-to-reorder in the Web UI
  • Automatic workflow ID suggestion during workflow upload
  • Unified custom dialogs and dropdown interactions in the UI
  • Agent-friendly local UI launcher via python3 ./ui/open_ui.py

Release focus

This version focuses on making ComfyUI workflows easier to organize, manage, and reuse as callable skills for OpenClaw, especially when those workflows are distributed across different servers.

It also improves the usability of the local dashboard so that workflow registration, mapping, and day-to-day management are more consistent and easier to operate.

Notes

  • This is the first public tagged release
  • The current release is centered on usability, workflow management, and UI foundations
  • Workflow version history and upgrade preview are planned for future releases

中文

v0.1.0 是 ComfyUI Skills for OpenClaw 的第一个公开版本。

这个版本初步建立了 OpenClaw 与 ComfyUI 之间的工作流集成能力,重点放在多服务器工作流管理、结构化参数映射,以及更完整的本地管理 UI 上。

本次版本包含

  • 多服务器工作流管理
  • 服务器级与工作流级的启用 / 禁用控制
  • 面向 OpenClaw 的结构化工作流参数暴露
  • Web UI 中的工作流搜索、排序与拖动排序
  • 上传工作流时自动补全 Workflow ID
  • 前端统一为自定义弹窗与自定义下拉交互
  • 面向 Agent 的本地 UI 启动入口:python3 ./ui/open_ui.py

版本重点

这个版本主要解决的是:如何把已有的 ComfyUI 工作流更好地整理、管理,并进一步作为 OpenClaw 可调用的技能来复用,尤其是在这些工作流分布在不同服务器上的情况下。

同时,这一版也补强了本地管理面板的可用性,使工作流的注册、参数映射和日常维护更统一、更顺手。

说明

  • 这是项目的第一个公开标签版本
  • 当前版本主要聚焦于易用性、工作流管理和 UI 基础能力
  • 工作流版本历史和升级预览会放在后续版本中继续推进