From ba7e0ba49c52b32192b0bcf9894a181f8ffc7204 Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:01:19 +0300 Subject: [PATCH] background typo 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 9b6903fb0..326bde4cc 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -50,7 +50,7 @@ class BackGroundRemovalExtension(ComfyExtension): async def get_node_list(self) -> list[type[IO.ComfyNode]]: return [ LoadBackGroundRemovalModel, - RemoveBackGround + RemoveBackground ]