MaiBot/plugins/custom_pic_plugin/_manifest.json

43 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"manifest_version": 1,
"name": "Custom_pic 自定义提示词生图插件",
"version": "1.0.0",
"description": "我的第一个MaiCore插件,基于豆包生图插件,根据 0.8.0 api 文档修改进行更改新增支持魔搭api、火山api、chatany api包含新增自定义正面提示词、负面提示词可以调用 lora 模型调整画风生图。",
"author": {
"name": "Ptrel",
"url": "https://github.com/MaiM-with-u"
},
"license": "GPL-v3.0-or-later",
"host_application": {
"min_version": "0.8.0",
"max_version": "0.8.0"
},
"homepage_url": "https://github.com/MaiM-with-u/maibot",
"repository_url": "https://github.com/MaiM-with-u/maibot",
"keywords": ["draw", "Expression", "ai", "image"],
"categories": ["Expression", "Picture"],
"default_locale": "zh-CN",
"locales_path": "_locales",
"plugin_info": {
"is_built_in": false,
"plugin_type": "image_generator",
"components": [
{
"type": "action",
"name": "draw_picture",
"description": "画一张图",
"activation_modes": ["keyword"],
"keywords": ["画张图"]
}
],
"features": [
"自定义画风",
"高自由度模型",
"api自选",
"需要一定ai绘图能力"
]
}
}