diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index 9b6903fb0..326bde4cc 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -50,7 +50,7 @@ class BackGroundRemovalExtension(ComfyExtension): async def get_node_list(self) -> list[type[IO.ComfyNode]]: return [ LoadBackGroundRemovalModel, - RemoveBackGround + RemoveBackground ]