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
92
92
id : getPrefixedId ( 'tiled_multidiffusion_denoise_latents' ) ,
93
93
tile_height : tileSize ,
94
94
tile_width : tileSize ,
95
- tile_overlap : tileOverlap || 128 ,
95
+ tile_overlap : tileOverlap ,
96
96
steps,
97
97
cfg_scale,
98
98
scheduler,
@@ -194,7 +194,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
194
194
creativity,
195
195
structure,
196
196
tile_size : tileSize ,
197
- tile_overlap : tileOverlap || 128 ,
197
+ tile_overlap : tileOverlap ,
198
198
upscale_initial_image : {
199
199
image_name : upscaleInitialImage . image_name ,
200
200
width : upscaleInitialImage . width ,
You can’t perform that action at this time.
0 commit comments