display name

This commit is contained in:
Yousef Rafat 2026-05-08 12:27:55 +03:00
parent 270768067a
commit a8a1cf2b8f

View File

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