mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 17:22:36 +08:00
background typo
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
6e1ad8a1e4
commit
84ae2e0abd
@ -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 [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user