Nodes/ComfyUI-FLUX-BFL-API/Flux Erase (BFL)
ComfyUI Node

Flux Erase (BFL)

A ComfyUI node in BFL with 9 inputs and 1 output.

By gelasdev·Created 2 years ago·Updated 5 days ago· 49
Flux Erase (BFL)
  • config
  • IMAGE
image
mask
dilate_pixels10
safety_tolerance2
output_formatpng
seed-1
webhook_url
webhook_secret
CategoryBFL

Inputs (9)

NameTypeDefaultDescription
imageSTRINGInput image (base64-encoded string).
maskSTRINGBlack/white mask (base64-encoded string). White (255) = remove, black (0) = keep. Must match the input image dimensions.
dilate_pixelsINT100–25Pixels to dilate the mask before removal. Range 0-25, default 10. Helps the model fully cover object edges.
safety_toleranceINT20–5Tolerance level for input and output moderation. Between 0 and 5, 0 being most strict, 5 being least strict.
output_formatCOMBOpngpng (default) or jpeg.
seedoptINT-1Optional seed for reproducibility. -1 = random.
webhook_urloptSTRINGURL to receive webhook notifications.
webhook_secretoptSTRINGOptional secret for webhook signature verification.
configoptBFL_CONFIGOptional Flux Config (BFL) override for x-key, base URL, and region.

Outputs (1)

NameTypeDescription
IMAGEIMAGE