Skip to content

Commit

Permalink
Fix function call that we forgot to update in #6606 (#6636)
Browse files Browse the repository at this point in the history
## Summary

Fix function call that we forgot to update in #6606

## QA Instructions

Run a TiledMultiDiffusionDenoiseLatents invocation and make sure it
doesn't crash.

## Checklist

- [x] _The PR has a short but descriptive title, suitable for a
changelog_
- [x] _Tests added / updated (if applicable)_
- [x] _Documentation added / updated (if applicable)_
  • Loading branch information
RyanJDick authored Jul 19, 2024
2 parents 930ff55 + a8cc5ca commit f9c61f1
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 f9c61f1

Please sign in to comment.