Skip to content

Commit f5c4815

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

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
@@ -28,7 +28,6 @@
2828
from .vae import DecoderOutput, DiagonalGaussianDistribution
2929

3030

31-
# Adapted from diffusers.models.autoencoders.autoencoder_kl_cogvideox.CogVideoXCausalConv3d
3231
class LTXCausalConv3d(nn.Module):
3332
def __init__(
3433
self,

0 commit comments

Comments
 (0)