File tree 3 files changed +3
-3
lines changed
src/diffusers/pipelines/wan
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ def __call__(
417
417
prompt_embeds (`torch.Tensor`, *optional*):
418
418
Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not
419
419
provided, text embeddings are generated from the `prompt` input argument.
420
- output_type (`str`, *optional*, defaults to `"pil "`):
420
+ output_type (`str`, *optional*, defaults to `"np "`):
421
421
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
422
422
return_dict (`bool`, *optional*, defaults to `True`):
423
423
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ def __call__(
545
545
image_embeds (`torch.Tensor`, *optional*):
546
546
Pre-generated image embeddings. Can be used to easily tweak image inputs (weighting). If not provided,
547
547
image embeddings are generated from the `image` input argument.
548
- output_type (`str`, *optional*, defaults to `"pil "`):
548
+ output_type (`str`, *optional*, defaults to `"np "`):
549
549
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
550
550
return_dict (`bool`, *optional*, defaults to `True`):
551
551
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ def __call__(
542
542
prompt_embeds (`torch.Tensor`, *optional*):
543
543
Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not
544
544
provided, text embeddings are generated from the `prompt` input argument.
545
- output_type (`str`, *optional*, defaults to `"pil "`):
545
+ output_type (`str`, *optional*, defaults to `"np "`):
546
546
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
547
547
return_dict (`bool`, *optional*, defaults to `True`):
548
548
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
You can’t perform that action at this time.
0 commit comments