From 570b5c4adc327d250785014fd904f98b30fe6007 Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:03:32 +0300 Subject: [PATCH] Update comfy_extras/nodes_bg_removal.py Co-authored-by: Alexis Rolland --- comfy_extras/nodes_bg_removal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index e7864fab5..2c4834d54 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -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")