Fix function call that we forgot to update in https://github.com/invoke-ai/InvokeAI/pull/6606

This commit is contained in:
Ryan Dick 2024-07-19 17:07:52 -04:00
parent 930ff559e4
commit a8cc5caf96

View File

@ -222,7 +222,8 @@ class TiledMultiDiffusionDenoiseLatents(BaseInvocation):
context=context, context=context,
positive_conditioning_field=self.positive_conditioning, positive_conditioning_field=self.positive_conditioning,
negative_conditioning_field=self.negative_conditioning, negative_conditioning_field=self.negative_conditioning,
unet=unet, device=unet.device,
dtype=unet.dtype,
latent_height=latent_tile_height, latent_height=latent_tile_height,
latent_width=latent_tile_width, latent_width=latent_tile_width,
cfg_scale=self.cfg_scale, cfg_scale=self.cfg_scale,