mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): set board in ad-hoc upscale graph
This commit is contained in:
parent
4c6b9ce7c9
commit
e8d2e2330e
@ -26,7 +26,6 @@ export const buildAdHocUpscaleGraph = async ({ image, state }: Arg): Promise<Non
|
||||
id: SPANDREL,
|
||||
type: 'spandrel_image_to_image',
|
||||
image_to_image_model: simpleUpscaleModel,
|
||||
tile_size: 500,
|
||||
image,
|
||||
board: getBoardField(state),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user