diff --git a/comfy_extras/nodes_mask.py b/comfy_extras/nodes_mask.py index 5d83aff0c..3704ce468 100644 --- a/comfy_extras/nodes_mask.py +++ b/comfy_extras/nodes_mask.py @@ -439,7 +439,7 @@ class RGBMaskToLatentMask(IO.ComfyNode): return IO.Schema( node_id="RGBMasktoLatentMask", search_aliases=["rgb mask to latent mask", "rgb mask", "latent mask"], - description="Helpful for applying masks to video latents if the VAE uses spatial downsampling.", + description="Converts an RGB mask to a latent-space mask for use with causal Video VAEs (e.g., Wan).", category="latent", inputs=[ IO.Mask.Input("mask", optional=False),