mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 13:03:49 +08:00
support stable diffusion plugin (#49)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user