@huanlin/dsh-plugin-aigc-canvas 0.1.4 → 0.1.5
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.md +10 -6
- package/lib/client.js +1359 -3
- package/lib/client.js.map +1 -1
- package/package.json +147 -119
package/README.md
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://dshfind.com/zh/plugins/huanlinoto/dsh-plugin-aigc-canvas"><img src="https://dshfind.com/api/card/huanlinoto/dsh-plugin-aigc-canvas?lang=zh" alt="dsh-plugin-aigc-canvas card"></a>
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
5
|
# dsh-aigc-canvas
|
|
4
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/@huanlin/dsh-plugin-aigc-canvas)
|
|
8
|
+
|
|
5
9
|
> DSH 插件:一个节点-连线式的 AIGC 画布。向模型暴露文生图 / 文生视频 / 首尾帧生视频 / 多参考生视频 / 音频生成五类工具,生成的图片 / 视频 / 音频以及提示词都作为画布元素(uuid 寻址)存在,生成完成后自动按多对一(promise + 所有参考元素 → 输出)在画布上连线。
|
|
6
10
|
|
|
7
11
|
## 安装
|
|
8
12
|
|
|
9
13
|
```sh
|
|
10
|
-
#
|
|
11
|
-
dsh plugin --profile
|
|
14
|
+
# 从 npm 安装(推荐):
|
|
15
|
+
dsh plugin --profile web add @huanlin/dsh-plugin-aigc-canvas
|
|
12
16
|
|
|
13
|
-
#
|
|
14
|
-
dsh plugin --profile
|
|
17
|
+
# 从本地 clone 开发安装(开发阶段):
|
|
18
|
+
dsh plugin --profile web add link:D:\Projects\deepseek-harness\dsh-aigc-canvas
|
|
15
19
|
```
|
|
16
20
|
|
|
17
|
-
预构建 `lib/` 入库策略(含 `@deepseek-ai/*` private peer deps,必须预构建)
|
|
21
|
+
预构建 `lib/` 入库策略(含 `@deepseek-ai/*` private peer deps,必须预构建),npm 安装开箱即用,无需 `allowBuilds`。
|
|
18
22
|
|
|
19
23
|
## 配置
|
|
20
24
|
|