Skip to content

Commit dd429ef

Browse files
num_inference_steps=36 due to bug in scheduler used by predict2.5
1 parent b9a35f5 commit dd429ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/cosmos/pipeline_cosmos2_5_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def __call__(
547547
height: int = 704,
548548
width: int = 1280,
549549
num_frames: int = 93,
550-
num_inference_steps: int = 35,
550+
num_inference_steps: int = 36,
551551
guidance_scale: float = 7.0,
552552
fps: int = 16,
553553
num_videos_per_prompt: Optional[int] = 1,

0 commit comments

Comments
 (0)