Skip to content

Commit

Permalink
Update on "ADMStack and ADMResBlock changes"
Browse files Browse the repository at this point in the history
Differential Revision: [D50288363](https://our.internmc.facebook.com/intern/diff/D50288363)

[ghstack-poisoned]
  • Loading branch information
ebsmothers committed Oct 16, 2023
2 parents 531205a + 67ad403 commit c0b8eae
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 @@ -95,7 +95,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 c0b8eae

Please sign in to comment.