mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-11 01:32:31 +08:00
background typo
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
4c7bed3988
commit
6e1ad8a1e4
@ -49,7 +49,7 @@ class BackGroundRemovalExtension(ComfyExtension):
|
|||||||
@override
|
@override
|
||||||
async def get_node_list(self) -> list[type[IO.ComfyNode]]:
|
async def get_node_list(self) -> list[type[IO.ComfyNode]]:
|
||||||
return [
|
return [
|
||||||
LoadBackGroundRemovalModel,
|
LoadBackgroundRemovalModel,
|
||||||
RemoveBackground
|
RemoveBackground
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user