-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to pass image embeddings to the WAN I2V pipeline. #11175
Conversation
It allows computing the image embeddings externally and use them.
@bot /style |
Style fixes have been applied. View the workflow run here. |
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. |
Co-authored-by: YiYi Xu <yixu310@gmail.com>
Co-authored-by: hlky <hlky@hlky.ac>
ohh test failures aer relevant, can we look into them? |
Fixing the following errors:
|
The arguments are passed unnamed and callback gets passed as image_embeds.
merged, thanks for the PR! |
Thank you very much for the reviews! |
What does this PR do?
Allows computing the image embeddings externally and use them.
It also fixes the function documentation.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Pipeline changes: @yiyixuxu and @asomoza