From c9ab25c5a2b0912d175eab42cb7a6fffe8e99d8f Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:04:03 +0300 Subject: [PATCH] Update comfy_extras/nodes_bg_removal.py Co-authored-by: Alexis Rolland --- comfy_extras/nodes_bg_removal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index 2c4834d54..dccffbc01 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -30,7 +30,8 @@ class RemoveBackGround(IO.ComfyNode): @classmethod def define_schema(cls): return IO.Schema( - node_id="RemoveBackGround", + node_id="RemoveBackground", + display_name="Remove Background", category="image/background removal", inputs=[ IO.Image.Input("image"),