support stable diffusion plugin (#49)

This commit is contained in:
Hk-Gosuto
2023-10-17 12:52:33 +08:00
committed by GitHub
parent 3454ea3602
commit 516f3f4cb1
14 changed files with 269 additions and 47 deletions

View File

@@ -48,4 +48,14 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1694703673000,
enable: false,
},
{
name: "Stable Diffusion",
toolName: "stable_diffusion_image_generator",
lang: "cn",
description:
"Stable Diffusion 图像生成模型。使用本插件需要配置 Cloudflare R2 对象存储服务以及 stable-diffusion-webui 接口。",
builtin: true,
createdAt: 1688899480510,
enable: false,
},
];

View File

@@ -50,4 +50,14 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1694703673000,
enable: false,
},
{
name: "Stable Diffusion",
toolName: "stable_diffusion_image_generator",
lang: "en",
description:
"Stable Diffusion text-to-image model. Using this plugin requires configuring Cloudflare R2 object storage service and stable-diffusion-webui API.",
builtin: true,
createdAt: 1688899480510,
enable: false,
},
];