From 29ac37f2fd8af7e3cfdfdf9b9d70a028b9249272 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 14 Aug 2023 19:36:51 -0400 Subject: [PATCH] Don't render a bike into the image when using bike shorts as a spats substitute. --- src/art/genAI/clothesPromptPart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/art/genAI/clothesPromptPart.js b/src/art/genAI/clothesPromptPart.js index 86060ad331b..79d1c4e43f7 100644 --- a/src/art/genAI/clothesPromptPart.js +++ b/src/art/genAI/clothesPromptPart.js @@ -41,7 +41,7 @@ const clothesPrompts = { }, "spats and a tank top": { // Spats don't work well "positive": "bike shorts, tank top", - "negative": "jeans, nude, pussy, nipples", + "negative": "bike, jeans, nude, pussy, nipples", }, "uncomfortable straps": { "positive": "(leather straps, bondage:1.1), nude, pussy, nipples, navel", -- GitLab