diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index 840d77d72..e7864fab5 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -45,7 +45,7 @@ class RemoveBackGround(IO.ComfyNode): mask = bg_removal_model.encode_image(image) return IO.NodeOutput(mask) -class BackGroundRemovalExtension(ComfyExtension): +class BackgroundRemovalExtension(ComfyExtension): @override async def get_node_list(self) -> list[type[IO.ComfyNode]]: return [