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()