mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-14 02:57:24 +08:00
Update comfy_extras/nodes_bg_removal.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
34b5329400
commit
a48f872aa1
@ -31,7 +31,7 @@ class RemoveBackGround(IO.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="RemoveBackGround",
|
node_id="RemoveBackGround",
|
||||||
category="encode",
|
category="image/background removal",
|
||||||
inputs=[
|
inputs=[
|
||||||
IO.Image.Input("image"),
|
IO.Image.Input("image"),
|
||||||
IO.BackgroundRemoval.Input("bg_removal_model")
|
IO.BackgroundRemoval.Input("bg_removal_model")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user