EasyUse/Fixgenerated

PreDetailerFix(preDetailerFix)

PreDetailerFix is a pipeline-style detail-fix node in the EasyUse Fix category.

pre Detailer Fix

pipe
bbox_segm_pipe
sam_pipe
optional_image
pipe
guide_size
FLOAT
guide_size_for
max_size
FLOAT
seed
0
steps
20
cfg
8
sampler_name
COMBO
scheduler
COMBO
denoise
0.50
feather
5
noise_mask
force_inpaint
drop_size
INT
wildcard
STRING
cycle
1
Easy Use

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

NameTypeDefaultOptionalDescription
pipePIPE_LINENoMain EasyUse pipeline. It carries the model, conditioning, latent, VAE, and image state used by the detail fix.
guide_sizeFLOATNoBase target size for the detail region. Whether it applies to the detected bbox or to the crop depends on guide_size_for.
guide_size_forBOOLEANNoBoolean that selects how guide_size is interpreted. In the usual bbox/crop detailer convention, true means bbox and false means crop.
max_sizeFLOATNoUpper bound for the region size after scaling by guide_size. Prevents very large detections from being sampled at excessive resolution.
seedINT0NoRandom seed for the detail-fix sampler.
stepsINT20NoNumber of sampling steps for the detail pass.
cfgFLOAT8NoCFG scale for the detail pass.
sampler_nameCOMBONoSampler to use for the detail pass.
schedulerCOMBONoScheduler to use for the detail pass.
denoiseFLOAT0.5No

Comments

Sign in with GitHub to join the discussion.

Loading comments…