Skip to content

Commit 54cf03c

Browse files
leffffyiyixuxu
andauthored
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent aadafc1 commit 54cf03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def __call__(
563563
num_videos_per_prompt: Optional[int] = 1,
564564
generator: Optional[Union[torch.Generator, List[torch.Generator]]] = None,
565565
latents: Optional[torch.Tensor] = None,
566-
prompt_embeds: Optional[torch.Tensor] = None,
566+
prompt_embeds_qwen: Optional[torch.Tensor] = None,
567567
negative_prompt_embeds: Optional[torch.Tensor] = None,
568568
output_type: Optional[str] = "pil",
569569
return_dict: bool = True,

0 commit comments

Comments
 (0)