From a8a1cf2b8f90f0ac99ce45e6f4ed82430282035e Mon Sep 17 00:00:00 2001 From: Yousef Rafat <81116377+yousef-rafat@users.noreply.github.com> Date: Fri, 8 May 2026 12:27:55 +0300 Subject: [PATCH] display name --- comfy_extras/nodes_bg_removal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_bg_removal.py b/comfy_extras/nodes_bg_removal.py index b88d19aba..9203016e7 100644 --- a/comfy_extras/nodes_bg_removal.py +++ b/comfy_extras/nodes_bg_removal.py @@ -10,6 +10,7 @@ class LoadBackgroundRemovalModel(IO.ComfyNode): files = folder_paths.get_filename_list("background_removal") return IO.Schema( node_id="LoadBackgroundRemovalModel", + display_name="Load Background Removal Model", category="loaders", inputs=[ IO.Combo.Input("bg_removal_name", options=sorted(files), tooltip="The model used to remove backgrounds from images"),