background typo

Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
Yousef R. Gamaleldin 2026-05-08 12:01:19 +03:00 committed by GitHub
parent 7219c0f76c
commit ba7e0ba49c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ class BackGroundRemovalExtension(ComfyExtension):
async def get_node_list(self) -> list[type[IO.ComfyNode]]:
return [
LoadBackGroundRemovalModel,
RemoveBackGround
RemoveBackground
]