mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-01 03:01:13 -04:00
fix(ui): use spandrel autoscale node in upscaling tab
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user