Skip to content

Commit

Permalink
Add unet_config to get_scheduler(...) call in TiledMultiDiffusionDeno…
Browse files Browse the repository at this point in the history
…iseLatents.
  • Loading branch information
RyanJDick authored and hipsterusername committed Jan 15, 2025
1 parent ebe1873 commit 497bc91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def _lora_loader() -> Iterator[Tuple[ModelPatchRaw, float]]:
scheduler_info=self.unet.scheduler,
scheduler_name=self.scheduler,
seed=seed,
unet_config=unet_config,
)
pipeline = self.create_pipeline(unet=unet, scheduler=scheduler)

Expand Down

0 comments on commit 497bc91

Please sign in to comment.