dsh-comfyui 0.3.0-beta.6 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -16,6 +16,15 @@
16
16
  <img src="https://img.shields.io/npm/l/dsh-comfyui" alt="license" />
17
17
  </p>
18
18
 
19
+ > **Version pairing (pick the right dsh before installing, otherwise dshmarket shows a risk banner)**:
20
+ >
21
+ > | dsh-comfyui | Paired DeepSeek Harness | Notes |
22
+ > | --- | --- | --- |
23
+ > | **0.4.0 (latest, `latest` tag)** | **>= 0.1.2** | From 0.4.0 this plugin uses the new settings service API |
24
+ > | **0.3.x (beta line, `beta` tag)** | **0.1.1** | On older dsh versions stay on the 0.3.x line |
25
+ >
26
+ > Install: `dsh plugin --profile web add dsh-comfyui` (latest 0.4.0) / `dsh plugin --profile web add dsh-comfyui@beta` (0.3.x for older hosts).
27
+
19
28
  ## Features
20
29
 
21
30
  ### Agent tools
@@ -31,10 +40,12 @@ The agent drives ComfyUI directly, no canvas work needed:
31
40
 
32
41
  A right-docked panel with three tabs:
33
42
 
34
- - **Workflows** — the runnable workflow library (create / edit / run / delete / import `.json`, tag classification with a dropdown filter); auto-detects graphs saved on the ComfyUI server and can **extract** them into runnable workflows (whole / per component / main flow only when a canvas holds several independent flows).
43
+ - **Workflows** — the runnable workflow library (create / edit / run / delete / import `.json`, tag classification with a dropdown filter); **preset export / import**: bundle selected workflows (all pre-selected; pack-bearing rows are annotated) with their parameters and skill packs into one `.zip` preset package — the completion notice reports what was actually packaged: workflow names, file name, size, and warnings; drag a preset package **onto the dialog** (or pick a file) to analyze it and import the selection, with skill packs restored byte-for-byte (thousand-file template packs included). Imports always create new workflows — nothing in the library is overwritten; auto-detects graphs saved on the ComfyUI server and can **extract** them into runnable workflows (whole / per component / main flow only when a canvas holds several independent flows).
35
44
  - **Assets** — every generated result with preview, download, and hover-to-delete (also removes the file from the ComfyUI output directory).
36
45
  - **Queue** — live queue plus full history in five states, with delete / interrupt / rerun / clear / free-memory actions; plugin-submitted jobs show a progress bar and preview.
37
46
 
47
+ Clicking the "ComfyUI Panel" button in the session header probes the backend's connection to ComfyUI: when it cannot connect, the panel closes again (the button does not stay highlighted) and a toast at the top of the page explains why (with the concrete reason), asking you to start the local ComfyUI (so the backend can see its port) or check the remote server URL in settings; a healthy connection stays silent, with a brief "Connected" note only when it recovers from a failure.
48
+
38
49
  <p align="center"><img src="images/panel.png" width="70%" alt="Main panel: workflows / assets / queue" title="Main panel: workflows / assets / queue" /></p>
39
50
 
40
51
  ### Load area (media loader)
package/README.md CHANGED
@@ -16,6 +16,15 @@
16
16
  <img src="https://img.shields.io/npm/l/dsh-comfyui" alt="license" />
17
17
  </p>
18
18
 
19
+ > **版本配对(选对 dsh 版本再装,否则 dshmarket 会报风险提示)**:
20
+ >
21
+ > | dsh-comfyui | 配对的 DeepSeek Harness | 说明 |
22
+ > | --- | --- | --- |
23
+ > | **0.4.0(最新,`latest` tag)** | **≥ 0.1.2** | 0.4.0 起使用新版 settings 服务 API |
24
+ > | **0.3.x(beta 线,`beta` tag)** | **0.1.1** | 老版本 dsh 请留在 0.3.x 线 |
25
+ >
26
+ > 安装:`dsh plugin --profile web add dsh-comfyui`(装最新 0.4.0)/ `dsh plugin --profile web add dsh-comfyui@beta`(老宿主装 0.3.x)。
27
+
19
28
  ## 功能
20
29
 
21
30
  ### Agent 工具
@@ -31,10 +40,12 @@ Agent 直接驱动 ComfyUI,无需手动操作画布:
31
40
 
32
41
  右侧停靠面板,三个页签:
33
42
 
34
- - **工作流** —— 可运行工作流库(新建 / 编辑 / 运行 / 删除 / 导入 `.json`,标签分类 + 下拉筛选);自动检测 ComfyUI 端保存的图工作流,支持**提取**为可运行工作流(画布含多个独立流程时可选整体 / 按分量 / 主流程)。
43
+ - **工作流** —— 可运行工作流库(新建 / 编辑 / 运行 / 删除 / 导入 `.json`,标签分类 + 下拉筛选);支持**预设导出 / 导入**:把选中的工作流(默认全选,带技能包的行有标注)连同参数与技能包打包成 `.zip` 预设包带走,导出完成后的回执显示实际打包的工作流名单、文件名、体积与警告;把预设包**拖进对话框**(或点选文件)即可整包分析、按需导入,技能包原样完整还原(上千文件的模板大包也没问题),始终创建为新工作流、不覆盖现有库;自动检测 ComfyUI 端保存的图工作流,支持**提取**为可运行工作流(画布含多个独立流程时可选整体 / 按分量 / 主流程)。
35
44
  - **资产** —— 所有生成结果,预览、下载、悬停可删除(同步清理 ComfyUI 输出目录里的文件)。
36
45
  - **队列** —— 实时队列 + 历史任务五态展示,支持删除 / 中断 / 重跑 / 清空 / 释放内存,插件提交的任务带进度条与预览。
37
46
 
47
+ 点击会话头部的「ComfyUI 面板」按钮时会自动探测后端与 ComfyUI 的连接:连不上时面板自动收起(按钮不高亮),页面顶部弹出提醒(含具体原因),提示启动本机 ComfyUI(确保后端能检测到端口)或到设置页检查远程服务器地址;连接正常时静默,仅在不通→恢复时短暂显示「连接正常」。
48
+
38
49
  <p align="center"><img src="images/panel.png" width="70%" alt="插件主面板:工作流 / 资产 / 队列" title="插件主面板:工作流 / 资产 / 队列" /></p>
39
50
 
40
51
  ### 加载区(媒体加载器)