mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 09:12:31 +08:00
display name
This commit is contained in:
parent
270768067a
commit
a8a1cf2b8f
@ -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"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user