mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix graph building
This commit is contained in:
committed by
Mary Hipp Rogers
parent
fed817ab83
commit
185ed86424
@@ -79,11 +79,11 @@ export const buildFluxKontextGraph = (arg: GraphBuilderArg): GraphBuilderReturn
|
||||
model: zModelIdentifierField.parse(model),
|
||||
aspect_ratio: aspectRatio.id,
|
||||
prompt_upsampling: true,
|
||||
input_image: {
|
||||
image_name: kontextConcatenator.id,
|
||||
},
|
||||
|
||||
...selectCanvasOutputFields(state),
|
||||
});
|
||||
// @ts-expect-error: These nodes are not available in the OSS application
|
||||
g.addEdge(kontextConcatenator, 'image', fluxKontextImage, 'input_image');
|
||||
}
|
||||
} else {
|
||||
fluxKontextImage = g.addNode({
|
||||
|
||||
Reference in New Issue
Block a user