From 1fba04353fe7c34997aefe4f9962b53fdf4e887c Mon Sep 17 00:00:00 2001
From: bicobus <bicobus@keemail.me>
Date: Thu, 11 Jul 2024 23:10:51 +0200
Subject: [PATCH] Add 'horse mask' keyword for a more comprehensive generation

---
 src/art/genAI/prompts/clothesPromptPart.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/art/genAI/prompts/clothesPromptPart.js b/src/art/genAI/prompts/clothesPromptPart.js
index 8a7138b7d39..5740a9a5753 100644
--- a/src/art/genAI/prompts/clothesPromptPart.js
+++ b/src/art/genAI/prompts/clothesPromptPart.js
@@ -259,11 +259,11 @@ const clothesPrompts = {
 		"negative": "jeans, nude, pussy, nipples",
 	},
 	"a nice pony outfit": {
-		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm, bodysuit",
+		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm, bodysuit, horse mask",
 		"negative": "nude"
 	},
 	"a slutty pony outfit": {
-		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm",
+		"positive": "<lora:ponygirl:0.7> ponygirl, bdsm, horse mask",
 		"negative": "pussy",
 	},
 	"a button-up shirt and panties": {  // Often not bottomless
-- 
GitLab