Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node removes the background from an image using the Bria RMBG 2.0 service. It sends the image to an external API for processing and returns the result with the background removed.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image from which the background will be removed.
moderationCOMBONo"false"
"true"
Moderation settings. When set to "true", additional moderation options become available.
visual_input_moderationBOOLEANNo-Enables visual content moderation on the input image. This parameter is only available when moderation is set to "true". Default: False.
visual_output_moderationBOOLEANNo-Enables visual content moderation on the output image. This parameter is only available when moderation is set to "true". Default: True.
seedINTNo0 to 2147483647A seed value that controls whether the node should re-run. The results are non-deterministic regardless of the seed value. Default: 0.
Note: The visual_input_moderation and visual_output_moderation parameters are dependent on the moderation parameter. They are only active and required if moderation is set to "true".

Outputs

Output NameData TypeDescription
imageIMAGEThe processed image with its background removed.