Skip to content

Commit

Permalink
Update on "Refactor ADM classes"
Browse files Browse the repository at this point in the history
Differential Revision: [D50288361](https://our.internmc.facebook.com/intern/diff/D50288361)

[ghstack-poisoned]
  • Loading branch information
ebsmothers committed Oct 16, 2023
1 parent 4e761c5 commit 8ad232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmultimodal/diffusion_labs/models/adm_unet/adm.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ADMUNet(nn.Module):
Expected shape of tensors are [b, c], where c is the embedding dim of the Tensor.
"""

DEFAULT_EMBED_NAME = "clip_image"
DEFAULT_EMBED_NAME = "context"

def __init__(
self,
Expand Down

0 comments on commit 8ad232f

Please sign in to comment.