fix(ui): do not add pos style prompt to metadata

This commit is contained in:
psychedelicious
2025-08-12 23:30:09 +10:00
parent a1897f7490
commit fc7157b029

View File

@@ -148,8 +148,6 @@ export const buildSDXLGraph = async (arg: GraphBuilderArg): Promise<GraphBuilder
g.addEdgeToMetadata(seed, 'value', 'seed');
g.addEdgeToMetadata(positivePrompt, 'value', 'positive_prompt');
g.addEdgeToMetadata(positivePrompt, 'value', 'positive_style_prompt');
const seamless = addSeamless(state, g, denoise, modelLoader, vaeLoader);
addSDXLLoRAs(state, g, denoise, modelLoader, seamless, posCond, negCond);