Skip to content

Commit b0c826f

Browse files
committed
fixed trailing whitespace
1 parent 153ca9a commit b0c826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_cogvideox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(
103103
self.width_pad = width_pad
104104
self.time_pad = time_pad
105105
self.time_causal_padding = (width_pad, width_pad, height_pad, height_pad, time_pad, 0)
106-
self.const_padding_conv3d = (0, self.width_pad, self.height_pad)
106+
self.const_padding_conv3d = (0, self.width_pad, self.height_pad)
107107

108108
self.temporal_dim = 2
109109
self.time_kernel_size = time_kernel_size

0 commit comments

Comments
 (0)