This commit is contained in:
Qing
2024-01-03 09:03:04 +08:00
parent aca85543ca
commit 9df94489e1
7 changed files with 26 additions and 17 deletions

View File

@@ -1193,7 +1193,7 @@ class StableDiffusionInpaintPipeline(
):
progress_bar.update()
if callback is not None and i % callback_steps == 0:
callback(i, t, latents)
callback(self, i, t, {})
if not output_type == "latent":
condition_kwargs = {}