Skip to content

Commit 6a147a0

Browse files
authored
Update pipeline_controlnet_union_sd_xl_img2img.py
1 parent fd948d4 commit 6a147a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/controlnet/pipeline_controlnet_union_sd_xl_img2img.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ def __call__(
15631563
prompt_embeds = callback_outputs.pop("prompt_embeds", prompt_embeds)
15641564
add_text_embeds = callback_outputs.pop("add_text_embeds", add_text_embeds)
15651565
add_time_ids = callback_outputs.pop("add_time_ids", add_time_ids)
1566+
control_image = callback_outputs.pop("control_image", control_image)
15661567

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

0 commit comments

Comments
 (0)