Skip to content

Commit 6b91567

Browse files
authored
Fix typo in cogvideo pipeline (#9722)
Fix type in cogvideo pipeline
1 parent b821f00 commit 6b91567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/diffusers/pipelines/cogvideo/pipeline_cogvideox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def __call__(
521521
num_frames (`int`, defaults to `48`):
522522
Number of frames to generate. Must be divisible by self.vae_scale_factor_temporal. Generated video will
523523
contain 1 extra frame because CogVideoX is conditioned with (num_seconds * fps + 1) frames where
524-
num_seconds is 6 and fps is 4. However, since videos can be saved at any fps, the only condition that
524+
num_seconds is 6 and fps is 8. However, since videos can be saved at any fps, the only condition that
525525
needs to be satisfied is that of divisibility mentioned above.
526526
num_inference_steps (`int`, *optional*, defaults to 50):
527527
The number of denoising steps. More denoising steps usually lead to a higher quality image at the

src/diffusers/pipelines/cogvideo/pipeline_cogvideox_image2video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def __call__(
604604
num_frames (`int`, defaults to `48`):
605605
Number of frames to generate. Must be divisible by self.vae_scale_factor_temporal. Generated video will
606606
contain 1 extra frame because CogVideoX is conditioned with (num_seconds * fps + 1) frames where
607-
num_seconds is 6 and fps is 4. However, since videos can be saved at any fps, the only condition that
607+
num_seconds is 6 and fps is 8. However, since videos can be saved at any fps, the only condition that
608608
needs to be satisfied is that of divisibility mentioned above.
609609
num_inference_steps (`int`, *optional*, defaults to 50):
610610
The number of denoising steps. More denoising steps usually lead to a higher quality image at the

0 commit comments

Comments
 (0)