Skip to content

Conversation

@albchim
Copy link
Contributor

@albchim albchim commented Aug 28, 2025

What does this PR do?

Fixes #11821

The current implementation of the WanVACEPipeline.call method seems to prevent the use of more than a single prompt. However the check is also preventing the ability to pass prompt=None and instead directly provide the prompt_embeds to skip the text encoding step. This is especially useful when working with limited hardware where the text encoder and tokenizer could free some memory before inference.

@yiyixuxu and @asomoza

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@DN6 DN6 merged commit 043ab25 into huggingface:main Sep 24, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WanVACEPipeline: Passing a list of prompts is not yet supported. This may be supported in the future.

3 participants