mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 17:22:36 +08:00
Update comfy_extras/nodes_bg_removal.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
84ae2e0abd
commit
570b5c4adc
@ -12,7 +12,7 @@ class LoadBackGroundRemovalModel(IO.ComfyNode):
|
||||
node_id="LoadBackGroundRemovalModel",
|
||||
category="loaders",
|
||||
inputs=[
|
||||
IO.Combo.Input("background_removal_name", options=sorted(files)),
|
||||
IO.Combo.Input("bg_removal_name", options=sorted(files)),
|
||||
],
|
||||
outputs=[
|
||||
IO.BackgroundRemoval.Output("bg_model")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user