@bot /style
Style fixes have been applied. View the workflow run here.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Thanks for approval. 🥰
no problem, I had some problems with the tests on our side, thanks!
failing test aren't related to this PR
Login to write a write a comment.
StableDiffusionControlNetInpaintPipeline._callback_tensor_inputs
is missingmask
andmasked_image_latents
.I added
control_image
to_callback_tensor_inputs
before, however, I forgotmask
andmasked_image_latents
.This PR is to fix this issue.