mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-14 19:17:32 +08:00
Add description to RemoveBackground node
This commit is contained in:
parent
670fa88bdd
commit
3cbc51861b
@ -34,6 +34,7 @@ class RemoveBackground(IO.ComfyNode):
|
||||
node_id="RemoveBackground",
|
||||
display_name="Remove Background",
|
||||
category="image/background removal",
|
||||
description="Generates a foreground mask to remove the background from an image using a background removal model.",
|
||||
inputs=[
|
||||
IO.Image.Input("image", tooltip="Input image to remove the background from"),
|
||||
IO.BackgroundRemoval.Input("bg_removal_model", tooltip="Background removal model used to generate the mask")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user