@@ -32,13 +32,13 @@ App.Art.GenAI.StylePromptPart = class StylePromptPart extends App.Art.GenAI.Prom
switch (V.aiStyle){
case0:// custom
if (this.slave.visualAge<18&&V.aiAgeFilter){
return"(head out of frame), full shot, medium full shot, full body portrait, waist, hips, bottom, navel, legs, "+V.aiCustomStyleNeg;
return"full shot, medium full shot, full body portrait, waist, hips, bottom, navel, legs, "+V.aiCustomStyleNeg;
}else{
returnV.aiCustomStyleNeg;
}
case1:// photorealistic
if (this.slave.visualAge<18&&V.aiAgeFilter){
return"greyscale, monochrome, cg, render, unreal engine, (head out of frame), full shot, medium full shot, full body portrait, waist, hips, navel, bottom, legs";
return"greyscale, monochrome, cg, render, unreal engine, full shot, medium full shot, full body portrait, waist, hips, navel, bottom, legs";
}else{
return"greyscale, monochrome, cg, render, unreal engine, closeup, medium shot";