TASK:prompt修改;

This commit is contained in:
shahaibo
2024-12-13 11:32:42 +08:00
parent e34cec812f
commit 7194049127

View File

@@ -296,9 +296,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
sb.append("wearing ").append(collect); sb.append("wearing ").append(collect);
} }
if (StringUtils.isEmpty(prompt)) { if (StringUtils.isEmpty(prompt)) {
sb.append(",8K realistic,HDR"); sb.append(",high quality clothing details,8K realistic,HDR");
}else { }else {
sb.append(",").append(prompt).append(",8K realistic,HDR"); sb.append(",high quality clothing details,").append(prompt).append(",8K realistic,HDR");
} }
// 走模型 // 走模型
pythonService.toProductImage(tDesignPythonOutfit.getDesignUrl(), taskId, sb.toString(), toProductImageDTO.getImageStrength(), productType); pythonService.toProductImage(tDesignPythonOutfit.getDesignUrl(), taskId, sb.toString(), toProductImageDTO.getImageStrength(), productType);
@@ -316,9 +316,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
result.add(toProductImageResult); result.add(toProductImageResult);
}else { }else {
if (StringUtils.isEmpty(prompt)) { if (StringUtils.isEmpty(prompt)) {
sb.append(",8K realistic,HDR"); sb.append(",high quality clothing details,8K realistic,HDR");
}else { }else {
sb.append(",").append(prompt).append(",8K realistic,HDR"); sb.append(",high quality clothing details,").append(prompt).append(",8K realistic,HDR");
} }
taskId = UUID.randomUUID() + "-" + i + "-" + userHolder.getId(); taskId = UUID.randomUUID() + "-" + i + "-" + userHolder.getId();