ComfyUI Node
Detailer Start
A ComfyUI node in Info-Prompt-Toolkit/Mask with 6 inputs and 3 outputs.
Detailer Start
- image
- mask
- detailer_control
- inpaint_image
- inpaint_mask
◄crop_margin_scale1.50►
◄upscale_factor2.00►
◄mini_unit32►
◄detailer_index0►
CategoryInfo-Prompt-Toolkit/Mask
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Source image. Active detailer crops are processed one item at a time between Detailer Start and Detailer End. | |
| mask | MASK | Soft mask used to determine crop bounds. Any value above 0.0 becomes fully masked in the output inpaint mask. | |
| crop_margin_scale | FLOAT | 1.501–16 | Crop expansion multiplier applied directly to the detected mask bounding-box width and height. |
| upscale_factor | FLOAT | 2.001–16 | Pre-upscale factor applied to the cropped image and binary inpaint mask before mini-unit padding. |
| mini_unit | COMBO | 32 | Round the output inpaint image and mask size up to a width and height divisible by this unit. |
| detailer_index | INT | 0 | Internal index for recursive per-item detailer execution. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| detailer_control | IPT-DetailerControl | — |
| inpaint_image | IMAGE | — |
| inpaint_mask | MASK | — |