From d56a093800e3d2ecf89ff5d0d835c3706a2b5c38 Mon Sep 17 00:00:00 2001 From: David Lee <47388918+Pizzawookiee@users.noreply.github.com> Date: Mon, 4 May 2026 15:30:51 -0400 Subject: [PATCH] Update description of RGBMaskToLatentMask Clarifies that node is intended to work with causal Video VAEs. --- comfy_extras/nodes_mask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),