sketch advance 提示词增加修饰
This commit is contained in:
@@ -451,6 +451,9 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
|
||||
case "Sketchboard":
|
||||
// text = "clear lines, simple outlines monochrome white vector image of " + translated + ", no background, sketch flat, front view display, best quality, ultra-high resolution 8k";
|
||||
text = "a single item of sketch of " + translated + ", 4k, white background";
|
||||
if (Objects.nonNull(generate) && generate.getModelName().equals("high")){
|
||||
text = text + ", only technical pattern of a single garment";
|
||||
}
|
||||
if (!StringUtil.isNullOrEmpty(ageGroup) && ageGroup.equals("Child")) {
|
||||
text = text + ", Children's clothing";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user