PreDetailerFix(preDetailerFix)
PreDetailerFix is a pipeline-style detail-fix node in the EasyUse Fix category.
pre Detailer Fix
PreDetailerFix is a pipeline-style detail-fix node in the EasyUse Fix category. It takes a PIPE_LINE, optionally combines it with detection/segmentation and SAM pipeline inputs, performs a local sampling/inpainting pass over the regions it finds, and returns one updated PIPE_LINE.
Description
This node is intended for detail repair and enhancement workflows. The main pipe supplies the current generation state; bbox_segm_pipe and sam_pipe can supply detector and segmenter data that define the regions to fix. optional_image can override the image associated with the pipe.
The fix pass is controlled by the normal sampler settings (seed, steps, cfg, sampler_name, scheduler, denoise) and by the region-handling options guide_size, guide_size_for, max_size, feather, drop_size, and cycle.
Inputs
| Name | Type | Default | Optional | Description |
|---|---|---|---|---|
pipe | PIPE_LINE | — | No | Main EasyUse pipeline. It carries the model, conditioning, latent, VAE, and image state used by the detail fix. |
guide_size | FLOAT | — | No | Base target size for the detail region. Whether it applies to the detected bbox or to the crop depends on guide_size_for. |
guide_size_for | BOOLEAN | — | No | Boolean that selects how guide_size is interpreted. In the usual bbox/crop detailer convention, true means bbox and false means crop. |
max_size | FLOAT | — | No | Upper bound for the region size after scaling by guide_size. Prevents very large detections from being sampled at excessive resolution. |
seed | INT | 0 | No | Random seed for the detail-fix sampler. |
steps | INT | 20 | No | Number of sampling steps for the detail pass. |
cfg | FLOAT | 8 | No | CFG scale for the detail pass. |
sampler_name | COMBO | — | No | Sampler to use for the detail pass. |
scheduler | COMBO | — | No | Scheduler to use for the detail pass. |
denoise | FLOAT | 0.5 | No |
Comments
Sign in with GitHub to join the discussion.