使用ap替换第三方绘图

This commit is contained in:
zyc404 2023-10-13 12:17:45 +08:00
parent 0666de1aaa
commit 20ea8cfabf
3 changed files with 9 additions and 49 deletions

View file

@ -638,27 +638,10 @@
"data": "bingCaptchaOneShotUrl"
},
{
"type": "url",
"type": "check",
"label": "第三方绘图",
"placeholder": "Stable Diffusion API地址",
"data": "bingDrawApi"
},
{
"type": "text",
"label": "第三方绘图采样方法",
"data": "bingDrawSampler"
},
{
"type": "number",
"label": "第三方绘图宽度",
"placeholder": "图片宽度",
"data": "bingDrawWidth"
},
{
"type": "number",
"label": "第三方绘图高度",
"placeholder": "图片高度",
"data": "bingDrawHeight"
"placeholder": "使用AP插件代替Bing进行绘图",
"data": "bingAPDraw"
}
]
},