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