Skip to content

Commit fd948d4

Browse files
authored
Update pipeline_controlnet_union_inpaint_sd_xl.py
1 parent 9322c1f commit fd948d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/controlnet/pipeline_controlnet_union_inpaint_sd_xl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,7 @@ def denoising_value_valid(dnv):
17441744
latents = callback_outputs.pop("latents", latents)
17451745
prompt_embeds = callback_outputs.pop("prompt_embeds", prompt_embeds)
17461746
negative_prompt_embeds = callback_outputs.pop("negative_prompt_embeds", negative_prompt_embeds)
1747+
control_image = callback_outputs.pop("control_image", control_image)
17471748

17481749
# call the callback, if provided
17491750
if i == len(timesteps) - 1 or ((i + 1) > num_warmup_steps and (i + 1) % self.scheduler.order == 0):

0 commit comments

Comments
 (0)