diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index 28b7459aa..e7d67f43e 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -31,7 +31,7 @@ class RemoveBackGround(IO.ComfyNode): def define_schema(cls): return IO.Schema( node_id="RemoveBackGround", - category="encode", + category="image/background removal", inputs=[ IO.Image.Input("image"), IO.BackgroundRemoval.Input("bg_removal_model")