fix(ui): use spandrel autoscale node in upscaling tab

This commit is contained in:
psychedelicious 2024-07-24 06:45:53 +10:00
parent 87a2221d72
commit 4c6b9ce7c9

View File

@ -38,7 +38,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
const upscaleNode = g.addNode({
id: SPANDREL,
type: 'spandrel_image_to_image',
type: 'spandrel_image_to_image_autoscale',
image: upscaleInitialImage,
image_to_image_model: upscaleModel,
fit_to_multiple_of_8: true,