mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 09:12:31 +08:00
Update description of RGBMaskToLatentMask
Clarifies that node is intended to work with causal Video VAEs.
This commit is contained in:
parent
8dd41ef82e
commit
d56a093800
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user