Skip to content

Commit cdc04bf

Browse files
authored
fix typo
1 parent 0937753 commit cdc04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/consisid/pipeline_consisid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def __call__(
664664
width: int = 720,
665665
num_frames: int = 49,
666666
num_inference_steps: int = 50,
667-
guidance_scale: float = 6,
667+
guidance_scale: float = 6.0,
668668
use_dynamic_cfg: bool = False,
669669
num_videos_per_prompt: int = 1,
670670
eta: float = 0.0,

0 commit comments

Comments
 (0)