We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73cfc9 commit 9322c1fCopy full SHA for 9322c1f
src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl_img2img.py
@@ -1615,6 +1615,7 @@ def __call__(
1615
)
1616
add_time_ids = callback_outputs.pop("add_time_ids", add_time_ids)
1617
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)
1619
1620
# call the callback, if provided
1621
if i == len(timesteps) - 1 or ((i + 1) > num_warmup_steps and (i + 1) % self.scheduler.order == 0):
0 commit comments