feat: mj advance drawing page function is ready, use better task scheduling argorithm

This commit is contained in:
RockYang
2023-09-17 18:03:45 +08:00
parent c37b3d3df5
commit 2a71c2b0e7
8 changed files with 234 additions and 109 deletions

View File

@@ -83,31 +83,7 @@ var InnerFunctions = []Function{
Properties: map[string]Property{
"prompt": {
Type: "string",
Description: "绘画内容描述,提示词,如果该参数中有中文的话,则需要翻译成英文",
},
"--ar": {
Type: "string",
Description: "图片长宽比,默认值 16:9",
},
"--niji": {
Type: "string",
Description: "动漫模型版本,默认值空",
},
"--s": {
Type: "string",
Description: "风格stylize",
},
"--seed": {
Type: "string",
Description: "随机种子",
},
"--no": {
Type: "string",
Description: "负面提示词,指定不要什么元素或者风格,如果该参数中有中文的话,则需要翻译成英文",
},
"--v": {
Type: "string",
Description: "模型版本,默认值: 5.2",
Description: "提示词,如果该参数中有中文的话,则需要翻译成英文。提示词中的参数作为提示的一部分,不要删除",
},
},
Required: []string{},