TASK:toproductimage prompt;
This commit is contained in:
@@ -289,11 +289,11 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
||||
sb.append(collect);
|
||||
}else {
|
||||
if (collect.contains("Tops")) {
|
||||
sb.append("a handsome man");
|
||||
sb.append("a handsome man,");
|
||||
}else {
|
||||
sb.append("a beautiful women");
|
||||
sb.append("a beautiful women,");
|
||||
}
|
||||
sb.append("wearing").append(collect);
|
||||
sb.append("wearing ").append(collect);
|
||||
}
|
||||
if (StringUtils.isEmpty(prompt)) {
|
||||
sb.append(",8K realistic,HDR");
|
||||
|
||||
Reference in New Issue
Block a user