
cssxsh 发布的帖子
-
RE: Mirai登录所需的设备信息。
答案是些这网站的人理解错信息 我记得这一项配置的英语是
display
这个生成器其实很旧了,是跟着古早mirai版本一起发布的
有一些项目没有添加校验检查如果你想要生成成设备信息,可以参考这两个
https://github.com/cssxsh/mirai-device-generator
https://github.com/MrXiaoM/Aoki -
基于 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 插件,已添加预设功能(为啥你们都想整猫娘)
我大概知道怎么回事了
你打开openai.yml
看一下 proxy 配置项
看看是不是 有内容,如果有改成''
也就是置空我之前好像搞了一个默认的代理配置 (省的老是有人问代理的格式)
-
RE: 无法正常获取群员最后发言时间
你可以通过时间戳拿到日期时间
OffsetDateTime time = OffsetDateTime.ofInstant(Instant.ofEpochSecond(1677972575), ZoneId.systemDefault());
-
RE: 登录状态没有保存,每次登录都要验证码
@ma-1ming
你只是指 mirai-console 插件项目对吧登录状态无法保存
这个说法偏颇
因为你的登录状态能维持多久得看腾讯的脸色 -
RE: OpenAI ChatBot 插件,已添加预设功能(为啥你们都想整猫娘)
你这个返回是正常的
至于为什么Connection refused
就不知道了
也许只是单纯的网络波动 -
RE: OpenAI ChatBot 插件,已添加预设功能(为啥你们都想整猫娘)
@Night1918 在 Mirai Console OpenAI ChatBot 插件 中说:
Connection refused
这和
Connection reset
不一样请尝试使用
curl
或者其他工具检测对https://api.openai.com/
的连通性