From a48f872aa1ec2a7b0f34e1076008e6b4c067c2fd Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:00:34 +0300 Subject: [PATCH] Update comfy_extras/nodes_bg_removal.py Co-authored-by: Alexis Rolland --- comfy_extras/nodes_bg_removal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")