TASK:修改relight默认prompt

This commit is contained in:
2025-06-24 19:35:07 +08:00
parent eaf90ab9e8
commit d77aabca92

View File

@@ -997,7 +997,8 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
if (!StringUtil.isNullOrEmpty(prompt)) {
s = pythonService.promptTranslate(prompt);
}else {
s = "Snow moutain, snowy day, natural light";
// s = "Snow moutain, snowy day, natural light";
s = "Street, natural light";
}
// 对输入文本进行长度限制
String[] words = prompt.split("\\s+");