Skip to content
Snippets Groups Projects
Commit f16d2897 authored by svornost's avatar svornost
Browse files

Don't prompt for eyebrow hair color, since none of the models are trained for eyebrow color.

parent 270a2a80
No related branches found
No related tags found
1 merge request!11552Fixes
...@@ -6,7 +6,7 @@ App.Art.GenAI.EyebrowPromptPart = class EyebrowPromptPart extends App.Art.GenAI. ...@@ -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") { if (this.slave.eyebrowHStyle === "shaved" || this.slave.eyebrowHStyle === "bald" || this.slave.eyebrowHStyle === "hairless") {
return; return;
} }
return `${this.slave.eyebrowFullness} ${this.slave.eyebrowHColor} eyebrows`; return `${this.slave.eyebrowFullness} eyebrows`;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment