Skip to content

Commit 88bfc36

Browse files
Update src/diffusers/models/autoencoders/autoencoder_kl_ltx.py
Co-authored-by: Aryan <[email protected]>
1 parent 220fc78 commit 88bfc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_ltx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,8 @@ def __init__(
998998

999999
# When decoding temporally long video latents, the memory requirement is very high. By decoding latent frames
10001000
# at a fixed frame batch size (based on `self.num_latent_frames_batch_sizes`), the memory requirement can be lowered.
1001-
self.use_framewise_encoding = True
1002-
self.use_framewise_decoding = True
1001+
self.use_framewise_encoding = False
1002+
self.use_framewise_decoding = False
10031003

10041004
# This can be configured based on the amount of GPU memory available.
10051005
# `16` for sample frames and `2` for latent frames are sensible defaults for consumer GPUs.

0 commit comments

Comments
 (0)