Skip to content

Commit 2106441

Browse files
authored
Update src/diffusers/models/autoencoders/autoencoder_kl_ltx.py
1 parent f5c4815 commit 2106441

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_ltx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def forward(self, hidden_states: torch.Tensor) -> torch.Tensor:
7979
return hidden_states
8080

8181

82-
# Adapted from diffusers.models.autoencoders.autoencoder_kl_cogvideox.CogVideoXResnetBlock3d
8382
class LTXResnetBlock3d(nn.Module):
8483
r"""
8584
A 3D ResNet block used in the LTX model.

0 commit comments

Comments
 (0)