mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +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,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user