Skip to content

Commit

Permalink
add missing kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
pesser committed Oct 18, 2022
1 parent 99d8104 commit 80e6a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldm/models/diffusion/ddpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ def __init__(
self,
concat_keys=("mask", "masked_image"),
masked_image_key="masked_image",
finetune_keys=None,
*args,
**kwargs,
):
Expand Down

0 comments on commit 80e6a53

Please sign in to comment.