From 7219c0f76ca77e6061581d5d7b2f925599425015 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:01 +0300 Subject: [PATCH] background 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 e7d67f43e..9b6903fb0 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -55,4 +55,4 @@ class BackGroundRemovalExtension(ComfyExtension): async def comfy_entrypoint() -> BackGroundRemovalExtension: - return BackGroundRemovalExtension() + return BackgroundRemovalExtension()