mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-08 11:17:32 +08:00
docs: add docs for sd-webui
This commit is contained in:
parent
528dd1c99d
commit
c53d6047ac
@ -4,10 +4,10 @@
|
||||
|
||||
### type
|
||||
|
||||
- 类型:`'login' | 'token'`
|
||||
- 类型:`'login' | 'token' | 'naifu' | 'sd-webui'`
|
||||
- 默认值:`'token'`
|
||||
|
||||
登录方式。`login` 表示使用账号密码登录,`token` 表示使用授权令牌登录。
|
||||
登录方式。`login` 表示使用账号密码登录,`token` 表示使用授权令牌登录。`naifu` 和 `sd-webui` 对应着其他类型的后端。
|
||||
|
||||
### email
|
||||
|
||||
@ -44,9 +44,17 @@ console.log(JSON.parse(localStorage.session).auth_token)
|
||||
|
||||
- 类型:`string`
|
||||
- 默认值:`'https://api.novelai.net'`
|
||||
- 当 `type` 为 `naifu` 或 `sd-webui` 时必填
|
||||
|
||||
API 服务器地址。如果你搭建了私服,可以将此项设置为你的服务器地址。
|
||||
|
||||
### headers
|
||||
|
||||
- 类型:`Dict<string>`
|
||||
- 默认值:官服的 `Referer` 和 `User-Agent`
|
||||
|
||||
要附加的额外请求头。如果你的 `endpoint` 是第三方服务器,你可能需要设置正确的请求头,否则请求可能会被拒绝。
|
||||
|
||||
## 功能设置
|
||||
|
||||
### model
|
||||
|
@ -7,7 +7,7 @@
|
||||
- 高级请求语法
|
||||
- 自定义违禁词表
|
||||
- 发送一段时间后自动撤回
|
||||
- 连接到私服 · NAIFU
|
||||
- 连接到私服 · NAIFU · [SD-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||
- img2img · 图片增强
|
||||
|
||||
得益于 Koishi 的插件化机制,只需配合其他插件即可实现更多功能:
|
||||
|
@ -10,7 +10,7 @@
|
||||
- 高级请求语法
|
||||
- 自定义违禁词表
|
||||
- 发送一段时间后自动撤回
|
||||
- 连接到私服 · NAIFU
|
||||
- 连接到私服 · NAIFU · [SD-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||
- img2img · 图片增强
|
||||
|
||||
得益于 Koishi 的插件化机制,只需配合其他插件即可实现更多功能:
|
||||
@ -26,9 +26,9 @@
|
||||
|
||||
以下图片均使用本插件在聊天平台生成:
|
||||
|
||||
| ![example](https://shiki.momobako.com:444/static/69ff89485ee83344868446d9c2b445590cea859d.png) | ![example](https://shiki.momobako.com:444/static/91a9b0a1c3abad3a515efaa4befe27a64aa7c4b8.png) | ![example](https://shiki.momobako.com:444/static/d0e3dbcbdfba07e435c7c84b4de47cd99c4918c0.png) | ![example](https://shiki.momobako.com:444/static/40e5341a66c0fb97e51ef3d23e51c8150a0f3613.png) |
|
||||
| ![example](https://shiki.momobako.com:444/static/portrait/a11ty-f9drh.webp) | ![example](https://shiki.momobako.com:444/static/portrait/aaepw-4umze.webp) | ![example](https://shiki.momobako.com:444/static/portrait/ae4bk-32pk7.webp) | ![example](https://shiki.momobako.com:444/static/portrait/aoy1m-8evrd.webp) |
|
||||
|:-:|:-:|:-:|:-:|
|
||||
| ![example](https://shiki.momobako.com:444/static/2e631c1944b9579b2c004481c9edff9ac1784330.png) |
|
||||
| ![example](https://shiki.momobako.com:444/static/portrait/ap8ia-2yuco.webp) |
|
||||
|
||||
## 使用教程
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user