mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): use spandrel autoscale node in upscaling tab
This commit is contained in:
parent
87a2221d72
commit
4c6b9ce7c9
@ -38,7 +38,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
|
|||||||
|
|
||||||
const upscaleNode = g.addNode({
|
const upscaleNode = g.addNode({
|
||||||
id: SPANDREL,
|
id: SPANDREL,
|
||||||
type: 'spandrel_image_to_image',
|
type: 'spandrel_image_to_image_autoscale',
|
||||||
image: upscaleInitialImage,
|
image: upscaleInitialImage,
|
||||||
image_to_image_model: upscaleModel,
|
image_to_image_model: upscaleModel,
|
||||||
fit_to_multiple_of_8: true,
|
fit_to_multiple_of_8: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user