From 6e1ad8a1e4dbff3ef021822c882a32a507bfbdc8 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:26 +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 3e001e14e..840d77d72 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -49,7 +49,7 @@ class BackGroundRemovalExtension(ComfyExtension): @override async def get_node_list(self) -> list[type[IO.ComfyNode]]: return [ - LoadBackGroundRemovalModel, + LoadBackgroundRemovalModel, RemoveBackground ]