diff --git a/src/art/genAI/prompts/breastsPromptPart.js b/src/art/genAI/prompts/breastsPromptPart.js
index 8de58d9d188a192dd22b357c0c757fdf2aefc5c3..729ce46c774c548f88e3c797ecc2f0e134e31d69 100644
--- a/src/art/genAI/prompts/breastsPromptPart.js
+++ b/src/art/genAI/prompts/breastsPromptPart.js
@@ -33,11 +33,11 @@ App.Art.GenAI.BreastsPromptPart = class BreastsPromptPart extends App.Art.GenAI.
 	 */
 	negative() {
 		if (this.slave.boobs < 300) {
-			return `medium breasts, large breasts, huge breasts${this.slave.visualAge < 18 && V.aiAgeFilter ? ", (nipples:1.1), areola" : ""}`;
+			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 ? "(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 ? ", (nipples:1.3), areola, bare breasts" : ""}`;
+			return `small breasts, flat chest${this.slave.visualAge < 18 && V.aiAgeFilter ? ", bare breasts, (nipples:1.3), areola" : ""}`;
 		}
 	}
 };
diff --git a/src/art/genAI/prompts/clothesPromptPart.js b/src/art/genAI/prompts/clothesPromptPart.js
index 8676665372aa4d387e67c6ba9c02cd0609814296..11ba3d16eca156486df18559cd3fa6621667f5dc 100644
--- a/src/art/genAI/prompts/clothesPromptPart.js
+++ b/src/art/genAI/prompts/clothesPromptPart.js
@@ -451,7 +451,7 @@ const clothesPromptsAgeControl = {
 		"negative": "",
 	},
 	"body oil": {
-		"positive": "(shiny oiled skin:1.2), strapless tube top, visible shoulders",
+		"positive": "(shiny skin, body oil:1.2), strapless swimsuit, visible shoulders",
 		"negative": "",
 	},
 	"a slutty qipao": {
@@ -507,7 +507,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans",
 	},
 	"a chattel habit": {
-		"positive": "(white latex nun habit:1.1), sleveless, plunging, deep V-neck, visible shoulders",
+		"positive": "(white latex nun habit:1.1), sleveless, cleavage, visible shoulders",
 		"negative": "",
 	},
 	"a string bikini": {
@@ -528,11 +528,11 @@ const clothesPromptsAgeControl = {
 	},
 	"clubslut netting": {
 		"colors": ["light blue", "pink", "lime green"],
-		"positive": "rave clothing, mesh clothing, $color bodysuit, choker",
+		"positive": "rave clothing, fishnet clothing, $color bodysuit, choker",
 		"negative": "jeans, pants, corset",
 	},
 	"slutty business attire": { // Doesn't work well
-		"positive": "suit jacket, plunging, deep V-neck",
+		"positive": "suit jacket, cleavage",
 		"negative": "jeans"
 	},
 	"nice business attire": {
@@ -544,7 +544,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans",
 	},
 	"a slave gown": {
-		"positive": "ballgown, long dress, luxurious dress, plunging, deep V-neck, straps",
+		"positive": "ballgown, long dress, luxurious dress, cleavage, straps",
 		"negative": "jeans",
 	},
 	"a halter top dress": {
@@ -556,7 +556,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans",
 	},
 	"a mini dress": {
-		"positive": "short dress, tight dress, strapless, plunging, deep V-neck",
+		"positive": "short dress, tight dress, strapless, cleavage",
 		"negative": "jeans",
 	},
 	"a comfortable bodysuit": {
@@ -584,7 +584,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans, nude, rabbit ears",
 	},
 	"a slutty maid outfit": {
-		"positive": "maid, minidress, apron, white shirt, plunging, deep V-neck",
+		"positive": "maid, minidress, apron, white shirt, cleavage",
 		"negative": "jeans",
 	},
 	"a nice maid outfit": {
@@ -592,7 +592,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans",
 	},
 	"a slutty nurse outfit": {
-		"positive": "nurse, white jacket, plunging, deep V-neck",
+		"positive": "nurse, white jacket, cleavage",
 		"negative": "jeans, shirt",
 	},
 	"a gothic lolita dress": {
@@ -600,7 +600,7 @@ const clothesPromptsAgeControl = {
 		"negative": "jeans",
 	},
 	"a slutty pony outfit": {  // Not sure about what a pony outfit is
-		"positive": "latex bodysuit, long sleeves, plunging, deep V-neck",
+		"positive": "latex bodysuit, long sleeves, cleavage",
 		"negative": "nude",
 	},
 	"a button-up shirt and panties": {
@@ -748,11 +748,11 @@ const clothesPromptsAgeControl = {
 		"negative": ""
 	},
 	"a bimbo outfit": {
-		"positive": "(pink tube top:1.1), plunging, deep V-neck",
+		"positive": "(pink tube top:1.1), cleavage",
 		"negative": "",
 	},
 	"a slutty outfit": {
-		"positive": "(pink crop top:1.1), plunging, deep V-neck",
+		"positive": "(pink crop top:1.1), cleavage",
 		"negative": "",
 	},
 };