你可以尝试把 报错里的那个文件路径 data/io.github.karlatemp.luckperms-mirai
下的 db 文件全部删掉,
不过要注意,这会导致全部权限分配记录丢失
cssxsh 发布的最佳帖子
-
RE: 报错问题如何解决
-
RE: NiuZi 牛子系统 —— 在 QQ 群内耍牛子吧!
有兴趣对接我的 https://github.com/cssxsh/mirai-hibernate-plugin 数据库JPA/ORM前置插件吗
默认使用 h2 文件数据库,支持多平台多线程
mysql:mysql-connector-java:8.0.31 - mysql
org.xerial:sqlite-jdbc:3.40.0.0 - sqlite
org.postgresql:postgresql:42.5.1 - postgresql
com.h2database:h2:2.1.214 - h2目前对这些数据库都做了测试,可以正常对接,由用户由用户编辑配置文件自行选择
-
RE: mirai-api-http加载不上
- 目测你用的是 mirai-console-loader
- 你的更新通道不是稳定版,而是测试版
-RC
、-M1
这种-xxx
格式的算是测试版 - 另外你使用了
mcl -u
启动 mcl,-u
附加选项,意思是 update (升级),这导致 mirai 直接怼到了2.16.0-RC
- 解决办法是修改 config.json, 把
"channel": "maven"
改成"channel": "maven-stable"
,"version": "2.16.0-RC"
改成"version": "2.15.0"
,
-
网页截图插件
Web Screenshot Helper
基于 Mirai Selenium Plugin 的 网页截图插件
相关项目:
Mirai Selenium Plugin 前置插件,用于 Selenium 框架的初始化权限ID
xyz.cssxsh.mirai.plugin.web-screenshot-helper:*
截图采用的是白名单模式
你需要在config/xyz.cssxsh.mirai.plugin.web-screenshot-helper/script
下创建建一个$host.js
脚本
例如www.example.com.js
, 脚本的内容决定截图的内容,一般取return document.body;
即截取整个窗口
如果想定制特殊的截图效果,比如去除广告,顶栏之类的。可以爱发电投食。关键词
截图 https://...
将会启用无头浏览器截取网页图片
安装
MCL 指令安装
请确认 mcl.jar 的版本是 2.1.0+
./mcl --update-package xyz.cssxsh:web-screenshot-helper --channel maven-stable --type plugins
手动安装
爱发电
-
基于 Stable Diffusion web UI 的 图片生成插件
Stable Diffusion Helper
基于 Stable Diffusion web UI 的 图片生成插件
使用前应该查阅的相关文档或项目
本插件对接的是
Stable Diffusion web UI
的 REST API, 请在启动配置中开启选项,详情请自行查询 Stable Diffusion web UI Wiki使用
t2i
以文生图
权限ID:xyz.cssxsh.mirai.plugin.stable-diffusion-helper:txt2img
例子:t2i steps=50 width=360 height=540 #德克萨斯 night, rain, wet
t2i 123456 (8k, RAW photo, best quality, masterpiece:1.2), (realistic, photo-realistic:1.37),omertosa,1girl,(Kpop idol), (aegyo sal:1),cute,cityscape, night, rain, wet, professional lighting, photon mapping, radiosity, physically-based rendering, <lora:arknightsTexasThe_v10:1>, <lora:koreanDollLikeness_v10:0.5>,Black pantyhose
- 设置种子
t2i $seed
- 设置参数
key=value
- 使用Styles
#xxx
- 第二行开始才会计入
prompt
, 所以要两行以上才会触发指令
支持的参数
height
Height360
width
Width540
sampler_name
Sampling methodEuler a
steps
Sampling steps32
batch_size
Batch size1
n_iter
Batch count1
cfg_scale
CFG Scale数字
restore_faces
Restore facesfalse
/true
tiling
Tilingfalse
/true
enable_hr
Hires. fixfalse
/true
hr_second_pass_steps
Hires Steps0
denoising_strength
Denoising strength0.7
hr_upscaler
UpscalerLatent
hr_scale
Upscale by2.0
styles
查看已经载入的
Styles
权限ID:xyz.cssxsh.mirai.plugin.stable-diffusion-helper:styles
例子:styles
风格
Styles
是Stable Diffusion web UI
自带的功能,用于快捷的填充prompt
和negative_prompt
重载SD
重载
client.yml
权限ID:xyz.cssxsh.mirai.plugin.stable-diffusion-helper:reload
例子:重载SD
配置
client.yml
基本配置base_url
基本网址dns_over_https
DNStimeout
API超时时间
安装
MCL 指令安装
请确认 mcl.jar 的版本是 2.1.0+
./mcl --update-package xyz.cssxsh:stable-diffusion-helper --channel maven-stable --type plugins
手动安装
爱发电
- 设置种子
-
RE: OpenAI ChatBot 插件,已添加预设功能(为啥你们都想整猫娘)
@蔚蓝621
你需要吧max_tokens
调大,我为了避免刷屏给的默认值是 256
你可以调整到 1024 / 2048