From e329f5ad43091878ed697dac99f3d522927b74cb Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:31:17 +1000 Subject: [PATCH] fix(ui): negative style prompt not recorded in metadata --- .../src/features/nodes/util/graph/generation/buildSDXLGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/nodes/util/graph/generation/buildSDXLGraph.ts b/invokeai/frontend/web/src/features/nodes/util/graph/generation/buildSDXLGraph.ts index 638f2f8566..093ca55a32 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graph/generation/buildSDXLGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graph/generation/buildSDXLGraph.ts @@ -141,7 +141,7 @@ export const buildSDXLGraph = async (arg: GraphBuilderArg): Promise