From 4d8cd3daa4aa8c411c4a4a6a2a97199bd46d1b4e Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:27:35 +0200 Subject: [PATCH] Update RifleX default freq --- nodes/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}), } }