diff --git a/nodes/nodes.py b/nodes/nodes.py index 3b3580f..54cb5ab 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -2501,7 +2501,7 @@ class ApplyRifleXRoPE_WanVideo: "required": { "model": ("MODEL",), "latent": ("LATENT", {"tooltip": "Only used to get the latent count"}), - "k": ("INT", {"default": 4, "min": 1, "max": 100, "step": 1, "tooltip": "Index of intrinsic frequency"}), + "k": ("INT", {"default": 6, "min": 1, "max": 100, "step": 1, "tooltip": "Index of intrinsic frequency"}), } }