Update description of RGBMaskToLatentMask

Clarifies that node is intended to work with causal Video VAEs.
This commit is contained in:
David Lee 2026-05-04 15:30:51 -04:00 committed by GitHub
parent 8dd41ef82e
commit d56a093800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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