We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8d588 commit 8477f3fCopy full SHA for 8477f3f
src/diffusers/pipelines/wan/pipeline_wan_i2v.py
@@ -331,6 +331,7 @@ def check_inputs(
331
raise ValueError(
332
f"Cannot forward both `image`: {image} and `image_embeds`: {image_embeds}. Please make sure to"
333
" only forward one of the two."
334
+ )
335
if image is None and image_embeds is None:
336
337
"Provide either `image` or `prompt_embeds`. Cannot leave both `image` and `image_embeds` undefined."
0 commit comments