File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
invokeai/frontend/web/src/features/nodes/util/graph/generation Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,14 @@ export const addFLUXFill = async ({
30
30
denoise . denoising_start = denoising_start ;
31
31
denoise . denoising_end = denoising_end ;
32
32
33
+ const { originalSize, scaledSize, rect } = getOriginalAndScaledSizesForOtherModes ( state ) ;
34
+
35
+ denoise . width = scaledSize . width ;
36
+ denoise . height = scaledSize . height ;
37
+
33
38
const params = selectParamsSlice ( state ) ;
34
39
const canvasSettings = selectCanvasSettingsSlice ( state ) ;
35
40
36
- const { originalSize, scaledSize, rect } = getOriginalAndScaledSizesForOtherModes ( state ) ;
37
-
38
41
const rasterAdapters = manager . compositor . getVisibleAdaptersOfType ( 'raster_layer' ) ;
39
42
const initialImage = await manager . compositor . getCompositeImageDTO ( rasterAdapters , rect , {
40
43
is_intermediate : true ,
You can’t perform that action at this time.
0 commit comments