-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "koishi-plugin-sd-extra",
"description": "Upsample images by SD-WebUI",
"version": "2.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": "MirrorCY <42@koishi.chat>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MirrorCY/sd-extra.git"
},
"bugs": {
"url": "https://github.com/MirrorCY/sd-extra/issues"
},
"homepage": "https://github.com/MirrorCY/sd-extra",
"scripts": {
"build": "atsc -b"
},
"koishi": {
"browser": true,
"description": {
"zh": "基于 [SD-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) 的图像超分辨率插件"
},
"locales": [
"zh"
]
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"ai",
"paint",
"image",
"super-resolution",
"放大",
"图像",
"超分辨率"
],
"peerDependencies": {
"koishi": "^4.18.1"
}
}