Skip to content

Commit 8477f3f

Browse files
authored
Update src/diffusers/pipelines/wan/pipeline_wan_i2v.py
1 parent 1a8d588 commit 8477f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/wan/pipeline_wan_i2v.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def check_inputs(
331331
raise ValueError(
332332
f"Cannot forward both `image`: {image} and `image_embeds`: {image_embeds}. Please make sure to"
333333
" only forward one of the two."
334+
)
334335
if image is None and image_embeds is None:
335336
raise ValueError(
336337
"Provide either `image` or `prompt_embeds`. Cannot leave both `image` and `image_embeds` undefined."

0 commit comments

Comments
 (0)