Skip to content

Commit c047021

Browse files
Apply style fixes
1 parent 8477f3f commit c047021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/pipelines/wan/pipeline_wan_i2v.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ def __call__(
530530
Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not
531531
provided, text embeddings are generated from the `negative_prompt` input argument.
532532
image_embeds (`torch.Tensor`, *optional*):
533-
Pre-generated image embeddings. Can be used to easily tweak image inputs (weighting). If not
534-
provided, image embeddings are generated from the `image` input argument.
533+
Pre-generated image embeddings. Can be used to easily tweak image inputs (weighting). If not provided,
534+
image embeddings are generated from the `image` input argument.
535535
output_type (`str`, *optional*, defaults to `"pil"`):
536536
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
537537
return_dict (`bool`, *optional*, defaults to `True`):

0 commit comments

Comments
 (0)