TASK:修改relight默认prompt
This commit is contained in:
@@ -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+");
|
||||
|
||||
Reference in New Issue
Block a user