Can I use same Diffuser Logic to inference Wan2.2 and will Causvid Lora work with wan22 ? #12014
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions