-
Notifications
You must be signed in to change notification settings - Fork 11.5k
WanMove support #11247
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
WanMove support #11247
Conversation
Adds nodes to use WanMove (https://github.com/ali-vilab/Wan-Move)
|
+label: Core |
|
Simple test workflow: ComfyUI_WanMove_00009_.mp4 |
|
Added a node to generate simple tracks from start/mid(optional)/end normalized coordinates, so that this doesn't fully rely on external custom nodes to use, as I'm well aware my SplineEditor -node is flimsy. |
The background is being moved there, it's working as intended. This isn't any proper final workflow, you'll want to use sageattention etc. to get matching speed. There's no need for any block swap, memory is managed automatically in native workflows. |
|
Much slower than your wrapper, almost twice the time, latest comfyui has too many problems. I can't use torch compile, too much vram cost, oom... I have to keep a much older torch2.6 comfyui to run wan. |
That's all unrelated to this PR as this doesn't affect any of that, the WanMove model is fine-tune of the 14B Wan 2.1 I2V, so it's resource usage is identical to that. |
|
yes i agree. By the way,Wan2.2-I2V-A14B-high-rCM4.0-merged.pt seems to have a very good result. they make a comparision here https://github.com/NVlabs/rcm/blob/main/Wan.md |



Adds nodes to use WanMove: https://github.com/ali-vilab/Wan-Move
For more future proof approach than just using json string input like ATI, I added:
Model is basically finetuned Wan 2.1 I2V, model code needs no modifications.