Skip to content

Commit 9b6b27a

Browse files
authored
Fix inpainting with iterations (#1635)
1 parent b68074b commit 9b6b27a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ldm/invoke/generator/inpaint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ def make_image(x_T):
333333
mask_blur_radius, seam_size, seam_blur, seam_strength,
334334
seam_steps, tile_size, step_callback,
335335
inpaint_replace, enable_image_debugging,
336+
inpaint_width = inpaint_width,
337+
inpaint_height = inpaint_height,
338+
infill_method = infill_method,
336339
**kwargs)
337340

338341
return result

0 commit comments

Comments
 (0)