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
84ae2e0abd
commit
570b5c4adc
@ -12,7 +12,7 @@ class LoadBackGroundRemovalModel(IO.ComfyNode):
|
|||||||
node_id="LoadBackGroundRemovalModel",
|
node_id="LoadBackGroundRemovalModel",
|
||||||
category="loaders",
|
category="loaders",
|
||||||
inputs=[
|
inputs=[
|
||||||
IO.Combo.Input("background_removal_name", options=sorted(files)),
|
IO.Combo.Input("bg_removal_name", options=sorted(files)),
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
IO.BackgroundRemoval.Output("bg_model")
|
IO.BackgroundRemoval.Output("bg_model")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user