We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220fc78 commit 88bfc36Copy full SHA for 88bfc36
src/diffusers/models/autoencoders/autoencoder_kl_ltx.py
@@ -998,8 +998,8 @@ def __init__(
998
999
# When decoding temporally long video latents, the memory requirement is very high. By decoding latent frames
1000
# 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
+ self.use_framewise_encoding = False
+ self.use_framewise_decoding = False
1003
1004
# This can be configured based on the amount of GPU memory available.
1005
# `16` for sample frames and `2` for latent frames are sensible defaults for consumer GPUs.
0 commit comments