Skip to content

Commit

Permalink
fix progress image for FLUX inpainting
Browse files Browse the repository at this point in the history
  • Loading branch information
maryhipp authored and hipsterusername committed Sep 17, 2024
1 parent 0fd430f commit 8fa0e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invokeai/backend/flux/denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def denoise(

if inpaint_extension is not None:
img = inpaint_extension.merge_intermediate_latents_with_init_latents(img, t_prev)
preview_img = inpaint_extension.merge_intermediate_latents_with_init_latents(preview_img, 0.0)

step_callback(
PipelineIntermediateState(
Expand Down

0 comments on commit 8fa0e2f

Please sign in to comment.