Update RifleX default freq

This commit is contained in:
kijai 2025-03-04 11:27:35 +02:00
parent 11a3744c3d
commit 4d8cd3daa4

View File

@ -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"}),
}
}