Skip to content

Commit 898902c

Browse files
junqiangwuyiyixuxu
andauthored
Update src/diffusers/models/transformers/transformer_longcat_image.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent 792746b commit 898902c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/transformers/transformer_longcat_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def forward(self, ids: torch.Tensor) -> torch.Tensor:
382382

383383

384384

385-
class TimestepEmbeddings(nn.Module):
385+
class LongCatImageTimestepEmbeddings(nn.Module):
386386
def __init__(self, embedding_dim):
387387
super().__init__()
388388

0 commit comments

Comments
 (0)