Skip to content
Snippets Groups Projects
Commit 86fd8306 authored by Trinidad's avatar Trinidad :flag_es:
Browse files

extra colons in breasts negative prompt

parent 99eac37e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ App.Art.GenAI.BreastsPromptPart = class BreastsPromptPart extends App.Art.GenAI.
if (this.slave.boobs < 300) {
return `medium breasts, large breasts, huge breasts${this.slave.visualAge < 18 && V.aiAgeFilter ? ", bare breasts, (nipples:1.1), areola" : ""}`;
} else if (this.slave.boobs < 650) {
return this.slave.visualAge < 18 && V.aiAgeFilter ? ", bare breasts, (nipples:1.1), areola" : undefined;
return this.slave.visualAge < 18 && V.aiAgeFilter ? "bare breasts, (nipples:1.1), areola" : undefined;
} else {
return `small breasts, flat chest${this.slave.visualAge < 18 && V.aiAgeFilter ? ", bare breasts, (nipples:1.3), areola" : ""}`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment