Update comfy_extras/nodes_bg_removal.py

Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
Yousef R. Gamaleldin 2026-05-08 12:03:32 +03:00 committed by GitHub
parent 84ae2e0abd
commit 570b5c4adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")