-
Notifications
You must be signed in to change notification settings - Fork 65
Please release the code to support Wan 2.1 #8
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
Comments
Thank you for your attention! We are currently reorganizing the code and will release it soon. By the way, how do users typically use these models to generate videos, and which repositories should we support to facilitate this process? |
These models are very recent so it is hard to give you a feedback, but Wan, Hunyuan and CogvideoX are the most popular at the moment I understand it is not easy to produce a plug and play RifleX demo given its code structure. In fact we just need the RIFLEx parameters (k, N_k) for each Wan model. It would help if you could please share them. |
I have used you identify tool with multiples values of N (the first observed repetition frame in latent space), I keep getting 4 as a value of k. I have then modified the code equivalent to get_1d_rotary_pos_embed in Wan. |
Hi @deepbeepmeep , we found Also,there's a tip that the meaning of
rather than We're currently reorganizing the code, and will release support for Wan soon. |
Thank you. I did integrate the code my application Wan2.1GP. |
I think via ComfyUI has got to be the most popular way... |
Yes, please make sure the comfy is supported. Kijai's Wrapper and the Native set nodes. |
I also agree about ComfyUI. It would be great if you could support it. |
Hi, @markrmiller @IntellectzProductions @4ever-AI. Thank you for your suggestions! I'd like to clarify whether the ComfyUI you are referring to is the one found at comfyanonymous/ComfyUI or if it's Kijai's Wrapper. |
People will often use both, but I have to assume the built in nodes end up with the widest use. It's fairly common for someone to build some custom ComfyUI nodes for a new model before ComfyUi supports it out of the box. For example, like that Wrapper. Then ComfyUI will add native support for the model, but the custom nodes that someone first built as a plugin will often have more customizability or advanced features, so some people will use the native nodes and others will install and use the custom nodes. If support were added to either, I wouldn't be surprised if the other one just picked it up as well as its likely very similar work in both cases. |
@kijai Thank you so much for all of your efforts and all the nodes you have done for ComfyUI! Thank you in advance and wish you all the best for your next projects! |
The nodes I showed are for native workflows, they are simply part of KJNodes and all you'd need to do is install that, then add that node to any existing WanVideo workflow. |
@gracezhao1997 Thank you for your kind support and congratulations for your beautiful project! I just checked and your node / model is not yet officially supported by ComfyUI. Maybe yes, it would be nice if you could come in communication with comfyanonymous to officially support it. Till then maybe you could offer some instructions to manually install it in ComfyUI. |
@kijai Thank you so much for your quick reply and kind support! I am not very skilled in installing manually something. I think I can do it, by creating a new directory in the nodes folder inside comfyui, and then run these commands inside the directory ? or just install the requirements and the bitsandbytes without the python install since it's already installed in the comfyui ? then just update your nodes ComfyUI-KJNodes ? I have currently your node at the version 1.0.6 nightly . Thank you again! |
You literally don't need anything but to install the ComfyUI-KJNodes, nothing else, you can install it from the Manager as well. |
Thank you so much @kijai! I really appreciate your kind support! I am excited and thrilled! You are the best! |
@kijai Regarding the usage of adding the modules in |
I used RIFLEx in wanx2.1 with k=6 to generate a 10s (161 frames) video, but the results were very poor, with noticeable frame jumps and abrupt changes. Could you help me identify the possible reasons? |
I have found some ori workflow,Which has this node |
Riflex_freq_index in the sampler node, that's the k - value. |
Hello
I would very happy to add RifleX to a new WAN tool I about to release. I would be grateful if you could release the code.
The text was updated successfully, but these errors were encountered: