From 44ef06961bf229963e98f69431aa59c31b12de54 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:39:48 +0300 Subject: [PATCH] Update nodes_scail.py --- comfy_extras/nodes_scail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comfy_extras/nodes_scail.py b/comfy_extras/nodes_scail.py index acb64ad26..170d1ed2d 100644 --- a/comfy_extras/nodes_scail.py +++ b/comfy_extras/nodes_scail.py @@ -248,15 +248,15 @@ class SCAIL2ColoredMask(io.ComfyNode): image into the two colored masks WanSCAILToVideo consumes. Shared `sort_by` across both outputs guarantees identity K maps to the same color on both sides, for multi-person workflow consistency. - ref_mask is always rendered black-bg (model convention) - mask_video bg follows replacement_mode: black = Animation Mode, white = Replacement Mode + reference_image_mask is always rendered black-bg (model convention) + pose_video_mask bg follows replacement_mode: black = Animation Mode, white = Replacement Mode """ @classmethod def define_schema(cls): return io.Schema( node_id="SCAIL2ColoredMask", - display_name="SCAIL-2 Colored Mask", + display_name="Create SCAIL-2 Colored Mask", category="conditioning/video_models/scail", inputs=[ SAM3TrackData.Input("driving_track_data", tooltip="SAM3 track of the driving video. Will be rendered into the pose_video_mask output."),