Skip to content

Commit 9322c1f

Browse files
authored
Update pipeline_controlnet_sd_xl_img2img.py
1 parent f73cfc9 commit 9322c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl_img2img.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ def __call__(
16151615
)
16161616
add_time_ids = callback_outputs.pop("add_time_ids", add_time_ids)
16171617
add_neg_time_ids = callback_outputs.pop("add_neg_time_ids", add_neg_time_ids)
1618+
control_image = callback_outputs.pop("control_image", control_image)
16181619

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

0 commit comments

Comments
 (0)