From 84ae2e0abd3cd33f9c5731786d30bd156cfa89cc Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:02:44 +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 840d77d72..e7864fab5 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -45,7 +45,7 @@ class RemoveBackGround(IO.ComfyNode): mask = bg_removal_model.encode_image(image) return IO.NodeOutput(mask) -class BackGroundRemovalExtension(ComfyExtension): +class BackgroundRemovalExtension(ComfyExtension): @override async def get_node_list(self) -> list[type[IO.ComfyNode]]: return [