Can I use same Diffuser Logic to inference Wan2.2 and will Causvid Lora work with wan22 ? #12014
mayankagrawal10198
started this conversation in
General
Replies: 2 comments 1 reply
|
Hi, in diffusers WAN 2.2 and WAN 2.1 share the same API, so any code for inference and model loading will work for both. About the Causvid lora, you will have to test it, I read that some loras do work and other don't , I have read a lot of people that say that the light2xv lora work but haven't read anyone saying something about Causvid. |
0 replies
|
Hi, @asomoza got this error when used same diffuser API -> I guess they have to figure out to load high noise and then low noise model sequentially |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, Can I use same wan21 diffuser logic to run wan22 ? Please refer this https://huggingface.co/docs/diffusers/main/en/api/pipelines/wan
As I will load model something like this and store it in local dir
Then will load the model and run the pipline like this
Load image encoder
All reactions