-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[Pipelines] Enable Wan VACE to run since single transformer #12428
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
Conversation
|
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. |
|
gentle ping? |
| boundary_timestep. If `None`, only the available transformer is used for the entire denoising process. | ||
| """ | ||
|
|
||
| model_cpu_offload_seq = "text_encoder->transformer->vae" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this not need?
model_cpu_offload_seq = "text_encoder->transformer->transformer_2->vae"When you are using two transformers I'm guessing you are using other WAN2.2 ones are these compatible with VACE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for flagging @JoeGaffney. Updated to include transformer 2
yiyixuxu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I missed the PR
What does this PR do?
Updates WanVACEPipeline to allow running with a single transformer
Fixes # (issue)
#12410
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.