From 3cbc51861bf21ca5838312186568af1230809f1c Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 13 May 2026 13:59:57 +0800 Subject: [PATCH] Add description to RemoveBackground node --- comfy_extras/nodes_bg_removal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index 8d046b8d4..793fd802b 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -34,6 +34,7 @@ class RemoveBackground(IO.ComfyNode): node_id="RemoveBackground", display_name="Remove Background", category="image/background removal", + description="Generates a foreground mask to remove the background from an image using a background removal model.", inputs=[ IO.Image.Input("image", tooltip="Input image to remove the background from"), IO.BackgroundRemoval.Input("bg_removal_model", tooltip="Background removal model used to generate the mask")