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 ef61448 commit 1adc2a1Copy full SHA for 1adc2a1
src/diffusers/models/autoencoders/autoencoder_kl_hunyuan_video.py
@@ -786,7 +786,7 @@ def __init__(
786
self.use_tiling = False
787
788
# When decoding temporally long video latents, the memory requirement is very high. By decoding latent frames
789
- # at a fixed frame batch size (based on `self.num_latent_frames_batch_sizes`), the memory requirement can be lowered.
+ # at a fixed frame batch size (based on `self.tile_sample_min_num_frames`), the memory requirement can be lowered.
790
self.use_framewise_encoding = True
791
self.use_framewise_decoding = True
792
0 commit comments