File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/diffusers/pipelines/wan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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`):
You can’t perform that action at this time.
0 commit comments