We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97439c1 commit 62f52c7Copy full SHA for 62f52c7
invokeai/frontend/web/src/features/nodes/util/graph/generation/buildSDXLGraph.ts
@@ -78,7 +78,7 @@ export const buildSDXLGraph = async (arg: GraphBuilderArg): Promise<GraphBuilder
78
type: 'sdxl_compel_prompt',
79
id: getPrefixedId('neg_cond'),
80
prompt: prompts.negative,
81
- style: prompts.negativeStyle,
+ style: prompts.useMainPromptsForStyle ? prompts.negative : prompts.negativeStyle,
82
});
83
const negCondCollect = g.addNode({
84
type: 'collect',
0 commit comments