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"),