fix(ui): set board in ad-hoc upscale graph

This commit is contained in:
psychedelicious 2024-07-24 06:46:24 +10:00
parent 4c6b9ce7c9
commit e8d2e2330e

View File

@ -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),
};