ComfyUI Node
Flux Erase (BFL)
A ComfyUI node in BFL with 9 inputs and 1 output.
Flux Erase (BFL)
- config
- IMAGE
◄image►
◄mask►
◄dilate_pixels10►
◄safety_tolerance2►
◄output_formatpng►
◄seed-1►
◄webhook_url►
◄webhook_secret►
CategoryBFL
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | STRING | Input image (base64-encoded string). | |
| mask | STRING | Black/white mask (base64-encoded string). White (255) = remove, black (0) = keep. Must match the input image dimensions. | |
| dilate_pixels | INT | 100–25 | Pixels to dilate the mask before removal. Range 0-25, default 10. Helps the model fully cover object edges. |
| safety_tolerance | INT | 20–5 | Tolerance level for input and output moderation. Between 0 and 5, 0 being most strict, 5 being least strict. |
| output_format | COMBO | png | png (default) or jpeg. |
| seedopt | INT | -1 | Optional seed for reproducibility. -1 = random. |
| webhook_urlopt | STRING | URL to receive webhook notifications. | |
| webhook_secretopt | STRING | Optional secret for webhook signature verification. | |
| configopt | BFL_CONFIG | Optional Flux Config (BFL) override for x-key, base URL, and region. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |