From 4c7bed3988aae38cbf399ea5c04b8f196c83b2ae 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:03 +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 326bde4cc..3e001e14e 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -54,5 +54,5 @@ class BackGroundRemovalExtension(ComfyExtension): ] -async def comfy_entrypoint() -> BackGroundRemovalExtension: +async def comfy_entrypoint() -> BackgroundRemovalExtension: return BackgroundRemovalExtension()