基于 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
手动安装
爱发电
- 设置种子
-
大佬钛强了
-
太强了
-
牛,希望能加入cd控制,以防显卡被群友玩坏
-
你可以开个issue
-
大佬这个支持用COLAB云端部署的sd吗
-
你需要改一下启动脚本,把api模式打开
-
选择sampl采样器的时候遇到有空格的采样器名自动只算第一个单词然后就报错了。是我输入的不对还是需要改进一下这里呢(?
-
@茶色cha
你需要"xxx yy"
双引号包起来 -
@cssxsh 尝试过了,还是只会提取第一个空格前的部分
-
请提供插件版本和具体的指令内容
-
-
samplers
查看支持的采样器
权限ID:xyz.cssxsh.mirai.plugin.stable-diffusion-helper:samplers
例子:samplers
采样器
models
查看支持的模型
权限ID:xyz.cssxsh.mirai.plugin.stable-diffusion-helper:models
例子:models
模型集
model xxxxx
模型 xxxxx
-
我想问一下那个t2i能不能修改的,一个群两个机器人使用同样的指令会导致两个机器人同时绘画。
-
@cssxsh 大佬请问API模式在哪里开启啊
-
?
-
请问api认证得到用户名和密码怎么配置
-
-
@cssxsh 就是配置文件里,我配置了API的url后,怎么配置api认证的用户名和密码
-