From 738f8cae3b3eb9ebb6ce403257e1e919be5824aa Mon Sep 17 00:00:00 2001 From: DiaoDaiaChan Date: Sun, 28 May 2023 21:19:44 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20stablediffusion?= =?UTF-8?q?=E7=BB=98=E7=94=BB=E6=8F=92=E4=BB=B6=20(#2065)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4f2072ce..fba2310f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5888,5 +5888,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_stable_diffusion_diao", + "project_link": "nonebot-plugin-stable-diffusion-diao", + "name": "stablediffusion绘画插件", + "desc": "另一个绘画插件,支持多SD后端,负载均衡,lora,emb,chatgpt prompt生成,更换模型等等更多功能", + "author": "DiaoDaiaChan", + "homepage": "https://github.com/DiaoDaiaChan/nonebot-plugin-stable-diffusion-diao", + "tags": [ + { + "label": "AI绘图", + "color": "#eaaf52" + }, + { + "label": "SD", + "color": "#eaaf52" + } + ], + "is_official": false } ]