sketch advance 提示词增加修饰

This commit is contained in:
2025-09-20 22:01:21 +08:00
parent 51024508b9
commit 6cfd420e46

View File

@@ -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";
}