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