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 images using the Recraft API service. It processes each image in the input batch and returns both the processed images with transparent backgrounds and corresponding alpha masks that indicate the removed background areas.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image(s) to process for background removal
auth_tokenSTRINGNo-Authentication token for Recraft API access
comfy_api_keySTRINGNo-API key for Comfy.org service integration

Outputs

Output NameData TypeDescription
imageIMAGEProcessed images with transparent backgrounds
maskMASKAlpha channel masks indicating the removed background areas