mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-13 18:47:29 +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(
|
return IO.Schema(
|
||||||
node_id="RGBMasktoLatentMask",
|
node_id="RGBMasktoLatentMask",
|
||||||
search_aliases=["rgb mask to latent mask", "rgb mask", "latent mask"],
|
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",
|
category="latent",
|
||||||
inputs=[
|
inputs=[
|
||||||
IO.Mask.Input("mask", optional=False),
|
IO.Mask.Input("mask", optional=False),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user