From f16d2897abe563f7ac71809a063633d879ae5501 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 2 Oct 2023 12:43:17 -0400 Subject: [PATCH] Don't prompt for eyebrow hair color, since none of the models are trained for eyebrow color. --- src/art/genAI/eyebrowPromptPart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/art/genAI/eyebrowPromptPart.js b/src/art/genAI/eyebrowPromptPart.js index d8ac6bbdce7..1e9303a20cf 100644 --- a/src/art/genAI/eyebrowPromptPart.js +++ b/src/art/genAI/eyebrowPromptPart.js @@ -6,7 +6,7 @@ App.Art.GenAI.EyebrowPromptPart = class EyebrowPromptPart extends App.Art.GenAI. if (this.slave.eyebrowHStyle === "shaved" || this.slave.eyebrowHStyle === "bald" || this.slave.eyebrowHStyle === "hairless") { return; } - return `${this.slave.eyebrowFullness} ${this.slave.eyebrowHColor} eyebrows`; + return `${this.slave.eyebrowFullness} eyebrows`; } /** -- GitLab