Skip to content

Commit

Permalink
Fix function call that we forgot to update in #6606
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJDick committed Jul 19, 2024
1 parent 930ff55 commit a8cc5ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ def _lora_loader() -> Iterator[Tuple[LoRAModelRaw, float]]:
context=context,
positive_conditioning_field=self.positive_conditioning,
negative_conditioning_field=self.negative_conditioning,
unet=unet,
device=unet.device,
dtype=unet.dtype,
latent_height=latent_tile_height,
latent_width=latent_tile_width,
cfg_scale=self.cfg_scale,
Expand Down

0 comments on commit a8cc5ca

Please sign in to comment.