Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
e8312e7c
Unverified
Commit
e8312e7c
authored
Apr 25, 2025
by
Ishan Modi
Committed by
GitHub
Apr 24, 2025
Browse files
[BUG] fixed WAN docstring (#11226)
update
parent
79868345
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/diffusers/pipelines/wan/pipeline_wan.py
src/diffusers/pipelines/wan/pipeline_wan.py
+1
-1
src/diffusers/pipelines/wan/pipeline_wan_i2v.py
src/diffusers/pipelines/wan/pipeline_wan_i2v.py
+1
-1
src/diffusers/pipelines/wan/pipeline_wan_video2video.py
src/diffusers/pipelines/wan/pipeline_wan_video2video.py
+1
-1
No files found.
src/diffusers/pipelines/wan/pipeline_wan.py
View file @
e8312e7c
...
...
@@ -417,7 +417,7 @@ class WanPipeline(DiffusionPipeline, WanLoraLoaderMixin):
prompt_embeds (`torch.Tensor`, *optional*):
Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not
provided, text embeddings are generated from the `prompt` input argument.
output_type (`str`, *optional*, defaults to `"p
il
"`):
output_type (`str`, *optional*, defaults to `"
n
p"`):
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
return_dict (`bool`, *optional*, defaults to `True`):
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
...
...
src/diffusers/pipelines/wan/pipeline_wan_i2v.py
View file @
e8312e7c
...
...
@@ -545,7 +545,7 @@ class WanImageToVideoPipeline(DiffusionPipeline, WanLoraLoaderMixin):
image_embeds (`torch.Tensor`, *optional*):
Pre-generated image embeddings. Can be used to easily tweak image inputs (weighting). If not provided,
image embeddings are generated from the `image` input argument.
output_type (`str`, *optional*, defaults to `"p
il
"`):
output_type (`str`, *optional*, defaults to `"
n
p"`):
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
return_dict (`bool`, *optional*, defaults to `True`):
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
...
...
src/diffusers/pipelines/wan/pipeline_wan_video2video.py
View file @
e8312e7c
...
...
@@ -542,7 +542,7 @@ class WanVideoToVideoPipeline(DiffusionPipeline, WanLoraLoaderMixin):
prompt_embeds (`torch.Tensor`, *optional*):
Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not
provided, text embeddings are generated from the `prompt` input argument.
output_type (`str`, *optional*, defaults to `"p
il
"`):
output_type (`str`, *optional*, defaults to `"
n
p"`):
The output format of the generated image. Choose between `PIL.Image` or `np.array`.
return_dict (`bool`, *optional*, defaults to `True`):
Whether or not to return a [`WanPipelineOutput`] instead of a plain tuple.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment