generate mode修改
This commit is contained in:
@@ -265,7 +265,7 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
|
||||
generate.setText(text);
|
||||
break;
|
||||
case "Sketchboard":
|
||||
text = "a single item of " + userInput + "with clean background, hand-drawing sketch style, high quality";
|
||||
text = "a single item , " + userInput + ", clean background, hand-drawing sketch style, high quality";
|
||||
generate.setText(text);
|
||||
default:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user