diff --git a/src/art/genAI/prompts/clothesPromptPart.js b/src/art/genAI/prompts/clothesPromptPart.js
index 52360dbdd76b092c7cf933908ce39e256a7be927..5740a9a575327e25c692a0080871e4502fc7acf5 100644
--- a/src/art/genAI/prompts/clothesPromptPart.js
+++ b/src/art/genAI/prompts/clothesPromptPart.js
@@ -258,13 +258,13 @@ const clothesPrompts = {
 		"positive": "one-piece swimsuit, thighs",
 		"negative": "jeans, nude, pussy, nipples",
 	},
-	"a nice pony outfit": {  // Tbh, not really sure what this is
-		"positive": "latex bodysuit, long sleeves",
-		"negative": "bare shoulders, exposed skin, exposed legs, exposed arms, short sleeves, nude, pussy, nipples",
+	"a nice pony outfit": {
+		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm, bodysuit, horse mask",
+		"negative": "nude"
 	},
-	"a slutty pony outfit": {  // Same
-		"positive": "latex bodysuit, long sleeves, cleavage, thighs",
-		"negative": "nude, pussy, nipples",
+	"a slutty pony outfit": {
+		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm, horse mask",
+		"negative": "pussy",
 	},
 	"a button-up shirt and panties": {  // Often not bottomless
 		"positive": "collared shirt, oversized clothes, panties, (bottomless:1.1), thighs",
diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index d8914b7414d4f5028a56b031f102669d2cf9cf13..9c0e5942fd7a4587edb010bbee9fae778432ce9e 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -1314,6 +1314,11 @@ App.UI.aiLoraList = () => {
 			urls: ["https://civitai.com/models/139298/conceptprosthetic-quadruped-girl?modelVersionId=154248"],
 			usage: "Quadruped androids",
 		},
+		{
+			name: "ponygirl",
+			urls: ["https://civitai.com/models/90831?modelVersionId=96789"],
+			usage: "Pony Girl outfits, if available",
+		},
 	];
 
 	/**