Skip to content

Commit 1adc2a1

Browse files
authored
fix: comment about tile_sample_min_num_frames
1 parent ef61448 commit 1adc2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_hunyuan_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def __init__(
786786
self.use_tiling = False
787787

788788
# 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.
789+
# at a fixed frame batch size (based on `self.tile_sample_min_num_frames`), the memory requirement can be lowered.
790790
self.use_framewise_encoding = True
791791
self.use_framewise_decoding = True
792792

0 commit comments

Comments
 (0)