File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/features/nodes/util/graph Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
9292 id : getPrefixedId ( 'tiled_multidiffusion_denoise_latents' ) ,
9393 tile_height : tileSize ,
9494 tile_width : tileSize ,
95- tile_overlap : tileOverlap || 128 ,
95+ tile_overlap : tileOverlap ,
9696 steps,
9797 cfg_scale,
9898 scheduler,
@@ -194,7 +194,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
194194 creativity,
195195 structure,
196196 tile_size : tileSize ,
197- tile_overlap : tileOverlap || 128 ,
197+ tile_overlap : tileOverlap ,
198198 upscale_initial_image : {
199199 image_name : upscaleInitialImage . image_name ,
200200 width : upscaleInitialImage . width ,
You can’t perform that action at this time.
0 commit comments