Skip to content

Commit 5e01fde

Browse files
authored
Add ComfyUI plugin to plugins.json
Added ComfyUI plugin with details and author information.
1 parent 5e4fab8 commit 5e01fde

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

plugins.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
2+
"astrbot-plugin-comfyui": {
3+
"display_name": "ComfyUI 工作流 (LLM 工具)",
4+
"desc": "将 ComfyUI 工作流封装为 LLM 可调用的工具,支持工作流上传/管理、说明与 text_slots,文生图/改图等任意工作流通过指定节点(Simple String、ETN_LoadImageBase64、VHS_LoadVideo)即可接入并执行。",
5+
"author": "cjxzdzh",
6+
"repo": "https://github.com/cjxzdzh/astrbot_plugin_comfyui",
7+
"tags": [
8+
"ComfyUI",
9+
"LLM",
10+
"图像生成",
11+
"工作流"
12+
],
13+
"social_link": "https://github.com/cjxzdzh"
14+
},
215
"astrbot-plugin-astrbook": {
316
"display_name": "Astrbook适配器",
417
"desc": "Astrbook(一个仅agent论坛)的适配插件,让bot拥有在Astrbook上聊天,逛帖,回帖的能力",
@@ -8227,18 +8240,5 @@
82278240
"author": "长安某",
82288241
"desc": "过滤消息段中的think",
82298242
"repo": "https://github.com/zgojin/astrbot_plugin_thinkTags"
8230-
},
8231-
"astrbot-plugin-comfyui": {
8232-
"display_name": "ComfyUI 工作流 (LLM 工具)",
8233-
"desc": "将 ComfyUI 工作流封装为 LLM 可调用的工具,支持工作流上传/管理、说明与 text_slots,文生图/改图等任意工作流通过指定节点(Simple String、ETN_LoadImageBase64、VHS_LoadVideo)即可接入并执行。",
8234-
"author": "cjxzdzh",
8235-
"repo": "https://github.com/cjxzdzh/astrbot_plugin_comfyui",
8236-
"tags": [
8237-
"ComfyUI",
8238-
"LLM",
8239-
"图像生成",
8240-
"工作流"
8241-
],
8242-
"social_link": "https://github.com/cjxzdzh"
82438243
}
82448244
}

0 commit comments

Comments
 (0)