From 227afbfd8dbf2479de2417b4b4f38dbd149f0320 Mon Sep 17 00:00:00 2001 From: evan-gyy Date: Tue, 16 May 2023 16:38:20 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20SD=E7=BB=98?= =?UTF-8?q?=E7=94=BB=E6=8F=92=E4=BB=B6=20(#2022)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d73dca02..8f085d23 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5757,5 +5757,20 @@ "homepage": "https://github.com/xi-yue-233/nonebot-plugin-p5generator", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_sd_webui", + "project_link": "nonebot-plugin-sd-webui", + "name": "SD绘画插件", + "desc": "基于stable-diffusion-webui的nonebot绘画插件,支持文生图、图生图、参数指定、模型管理、翻译等功能", + "author": "evan-gyy", + "homepage": "https://github.com/evan-gyy/nonebot_plugin_sd_webui", + "tags": [ + { + "label": "sd", + "color": "#ea5252" + } + ], + "is_official": false } ]